]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Comment out the decades-old SCCS id strings from the original Sun
authorGreg Banks <gnb@melbourne.sgi.com>
Tue, 27 Jun 2006 11:22:59 +0000 (21:22 +1000)
committerGreg Banks <gnb@melbourne.sgi.com>
Tue, 27 Jun 2006 11:22:59 +0000 (21:22 +1000)
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.

12 files changed:
support/misc/from_local.c
tools/rpcgen/rpc_clntout.c
tools/rpcgen/rpc_cout.c
tools/rpcgen/rpc_hout.c
tools/rpcgen/rpc_main.c
tools/rpcgen/rpc_parse.c
tools/rpcgen/rpc_sample.c
tools/rpcgen/rpc_scan.c
tools/rpcgen/rpc_svcout.c
tools/rpcgen/rpc_tblout.c
tools/rpcgen/rpc_util.c
utils/nhfsstone/nhfsstone.c

index 56478d7eec5dd8e9cea0b60f00e00c3bf9f08ba2..f6f944ccd621f030fbe970d971e56ab8a5b21b3a 100644 (file)
@@ -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
 
index 3ea267a7d2a0c20fca0c40fe259cfdb08cf8970a..0d3179f0051dcd12ccc5f036f0ba5708c4561c76 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI";
 #endif
 
index af9288dcbc4ada484da27f04f3d463c9a0b4fdee..cae87173c5915718e609c67c83951e506f3febf8 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI";
 #endif
 
index 27ed4d5ba5f29cf79ea42bdd768878a9b5882547..bbb13eb1dcbfecb133a08fd290da432aef0a5b87 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI";
 #endif
 
index 265106029cc79dd914d7097b11ecc8bffbd25a48..6866f3cf40913ba8e71232831836152dcc886fc6 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
 #endif
 
index 577312ecb109d7f396ac994e4a692422f93a0612..2a2b7e0589b9cd53f8d7de88c4015ab437964e22 100644 (file)
@@ -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
 
index 97b2cd041ade84a34bcc743b84f98de8f4452116..ca1203905e991b5bf0dc3162ba4121314f5e7dc9 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_sample.c  1.1  90/08/30  (C) 1987 SMI";
 
 #endif
index 62d906d7d077de540a42eac607c3e6b7420e1664..c0ddc1495b98547bd6556afcb22eb84980932af6 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI";
 #endif
 
index fa5fb602ab59137c1030a8478f2d270d9eef0b2a..6b33aab262bf2a25bf25c0929f80e35ba6699b0e 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
  static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI";
 #endif
 
index 5ce40156b4c8576950af349f29206d2a885ef37e..8d0baa5846a8c37f7a526161d021f478692b3062 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI";
 #endif
 
index 252b181c8fc4c74f3366f1fd06175db663f5f9a1..404966ed42377e04458c091c76d9e4d7685cc7c2 100644 (file)
@@ -28,7 +28,7 @@
  * Mountain View, California  94043
  */
 
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI";
 #endif
 
index ceff96637d04b53f130d81686aac1238155d58ae..463bcb55d8c6226d7f68660f28656d89e961eba3 100644 (file)
@@ -1,4 +1,4 @@
-#ifndef lint
+#if 0
 static char sccsid[] = "@(#)nhfsstone.c 1.22 90/05/08 Copyright (c) 1990, Legato Systems Inc";
 #endif