summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/rpc_scan.c
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>2007-10-03 14:35:49 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>2007-10-03 14:35:49 +0000
commite12a06d9b5a9e9055f5b610c26b17356fb7c70d6 (patch)
treeedb12bc54a733748eaa5d737904fbd819f5be734 /usr.bin/rpcgen/rpc_scan.c
parent9a1570f6c7d3681a28da52776ea5c5b6fc5df41e (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.c4
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
/*