diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2007-10-03 14:35:49 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2007-10-03 14:35:49 +0000 |
commit | e12a06d9b5a9e9055f5b610c26b17356fb7c70d6 (patch) | |
tree | edb12bc54a733748eaa5d737904fbd819f5be734 /usr.bin/rpcgen/rpc_scan.c | |
parent | 9a1570f6c7d3681a28da52776ea5c5b6fc5df41e (diff) |
Some -Wall cleanup to help fix other bugs.
ok krw@
Diffstat (limited to 'usr.bin/rpcgen/rpc_scan.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 4181ef4c96e..fab222e7252 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_scan.c,v 1.12 2006/03/22 18:20:31 dhill Exp $ */ +/* $OpenBSD: rpc_scan.c,v 1.13 2007/10/03 14:35:48 weingart Exp $ */ /* $NetBSD: rpc_scan.c,v 1.4 1995/06/11 21:50:02 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -31,7 +31,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; +static const char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; #endif /* |