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_svcout.c | |
parent | 9a1570f6c7d3681a28da52776ea5c5b6fc5df41e (diff) |
Some -Wall cleanup to help fix other bugs.
ok krw@
Diffstat (limited to 'usr.bin/rpcgen/rpc_svcout.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 2052c9e2b57..a543cd397b4 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_svcout.c,v 1.22 2005/10/20 21:44:42 jmc Exp $ */ +/* $OpenBSD: rpc_svcout.c,v 1.23 2007/10/03 14:35:48 weingart Exp $ */ /* $NetBSD: rpc_svcout.c,v 1.7 1995/06/24 14:59:59 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_svcout.c 1.29 89/03/30 (C) 1987 SMI"; +static const char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif /* |