summaryrefslogtreecommitdiffstats
path: root/tools/rpcgen/rpc_parse.c
diff options
context:
space:
mode:
authorGreg Banks <gnb@melbourne.sgi.com>2006-06-27 21:22:59 +1000
committerGreg Banks <gnb@melbourne.sgi.com>2006-06-27 21:22:59 +1000
commit33beb42d3d2cd13a82ddbbdc4275d2a048030ae3 (patch)
treefcb46193debab3811db6eedadf85fbc424b855cb /tools/rpcgen/rpc_parse.c
parent3172063ead6b99611d049a59938808a6358f48a4 (diff)
downloadnfs-utils-33beb42d3d2cd13a82ddbbdc4275d2a048030ae3.tar.gz
nfs-utils-33beb42d3d2cd13a82ddbbdc4275d2a048030ae3.tar.xz
nfs-utils-33beb42d3d2cd13a82ddbbdc4275d2a048030ae3.zip
Comment out the decades-old SCCS id strings from the original Sun
distribution. They cause compile warnings, there is no longer any reason to try to build them into the binaries, and gcc seems to be eliding some of them anyway.
Diffstat (limited to 'tools/rpcgen/rpc_parse.c')
-rw-r--r--tools/rpcgen/rpc_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rpcgen/rpc_parse.c b/tools/rpcgen/rpc_parse.c
index 577312e..2a2b7e0 100644
--- a/tools/rpcgen/rpc_parse.c
+++ b/tools/rpcgen/rpc_parse.c
@@ -28,7 +28,7 @@
* Mountain View, California 94043
*/
-#ifndef lint
+#if 0
static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI";
#endif