diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-05-09 11:24:58 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-05-09 11:24:58 +0000 |
| commit | 7dac28cfc30e3e24f747b234d303315bf6b66b41 (patch) | |
| tree | 14052269e68c19af86b184e1f3f7d95b96b5a51d | |
| parent | d60315bef5ae5498c839483fdbe36438faff9549 (diff) | |
Notes
| -rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index f90fd0d0ab16..59918b0b873c 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -763,7 +763,7 @@ write_msg_out(void) if (!Cflag) { f_print(fout, "void _msgout(msg)\n"); - f_print(fout, "\tconst char *msg;\n"); + f_print(fout, "\tchar *msg;\n"); } else { f_print(fout, "void _msgout(const char* msg)\n"); } |
