diff options
author | 2007-10-03 14:35:48 +0000 | |
---|---|---|
committer | 2007-10-03 14:35:48 +0000 | |
commit | 4f39c437a7780099b525f80cc9abf5ea1ff49935 (patch) | |
tree | f9c5f83841660dac9a50a82413e4be81bf46340d /usr.bin/rpcgen/rpc_parse.c | |
parent | reset the default branch early on so rcs_head_get() does not screw us up (diff) | |
download | wireguard-openbsd-4f39c437a7780099b525f80cc9abf5ea1ff49935.tar.xz wireguard-openbsd-4f39c437a7780099b525f80cc9abf5ea1ff49935.zip |
Some -Wall cleanup to help fix other bugs.
ok krw@
Diffstat (limited to 'usr.bin/rpcgen/rpc_parse.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index a84e760bcfb..a74f1e4e40f 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_parse.c,v 1.15 2006/03/22 18:20:31 dhill Exp $ */ +/* $OpenBSD: rpc_parse.c,v 1.16 2007/10/03 14:35:48 weingart Exp $ */ /* $NetBSD: rpc_parse.c,v 1.5 1995/08/29 23:05:55 cgd Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -31,7 +31,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; +static const char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif /* |