summaryrefslogtreecommitdiff
path: root/support/misc
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 /support/misc
parent3172063ead6b99611d049a59938808a6358f48a4 (diff)
downloadnfs-utils-33beb42d3d2cd13a82ddbbdc4275d2a048030ae3.tar.gz
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 'support/misc')
-rw-r--r--support/misc/from_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/misc/from_local.c b/support/misc/from_local.c
index 56478d7..f6f944c 100644
--- a/support/misc/from_local.c
+++ b/support/misc/from_local.c
@@ -35,7 +35,7 @@
* Mountain View, California 94043
*/
-#ifndef lint
+#if 0
static char sccsid[] = "@(#) from_local.c 1.3 96/05/31 15:52:57";
#endif