summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-05-31 20:00:29 +0000
committerstefanf <stefanf@FreeBSD.org>2005-05-31 20:00:29 +0000
commite73616b51f1144a999049a5ff3288fc4c68d383c (patch)
tree07bbc090a4a0f3e70f97eb9b68c49919612ae36a /usr.bin/rpcgen
parent569e1bd4370f241c3dd45de2b2a8b1ae970922a9 (diff)
downloadFreeBSD-src-e73616b51f1144a999049a5ff3288fc4c68d383c.zip
FreeBSD-src-e73616b51f1144a999049a5ff3288fc4c68d383c.tar.gz
Move #ident into #if 0.
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r--usr.bin/rpcgen/rpc_clntout.c3
-rw-r--r--usr.bin/rpcgen/rpc_cout.c3
-rw-r--r--usr.bin/rpcgen/rpc_hout.c3
-rw-r--r--usr.bin/rpcgen/rpc_main.c3
-rw-r--r--usr.bin/rpcgen/rpc_parse.c3
-rw-r--r--usr.bin/rpcgen/rpc_scan.c3
-rw-r--r--usr.bin/rpcgen/rpc_svcout.c3
-rw-r--r--usr.bin/rpcgen/rpc_tblout.c3
-rw-r--r--usr.bin/rpcgen/rpc_util.c3
9 files changed, 9 insertions, 18 deletions
diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c
index 31f4fbf..1e32876 100644
--- a/usr.bin/rpcgen/rpc_clntout.c
+++ b/usr.bin/rpcgen/rpc_clntout.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_clntout.c 1.15 94/04/25 SMI"
static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c
index bccc858..f1b288a 100644
--- a/usr.bin/rpcgen/rpc_cout.c
+++ b/usr.bin/rpcgen/rpc_cout.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_cout.c 1.14 93/07/05 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_cout.c 1.14 93/07/05 SMI"
static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c
index ad9baaa..fb25e52 100644
--- a/usr.bin/rpcgen/rpc_hout.c
+++ b/usr.bin/rpcgen/rpc_hout.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_hout.c 1.16 94/04/25 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_hout.c 1.16 94/04/25 SMI"
static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c
index 7871f53..7d54d23 100644
--- a/usr.bin/rpcgen/rpc_main.c
+++ b/usr.bin/rpcgen/rpc_main.c
@@ -28,10 +28,9 @@
*/
-#ident "@(#)rpc_main.c 1.21 94/04/25 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_main.c 1.21 94/04/25 SMI"
static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c
index b2c3312..a87e8a9 100644
--- a/usr.bin/rpcgen/rpc_parse.c
+++ b/usr.bin/rpcgen/rpc_parse.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_parse.c 1.12 93/07/05 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_parse.c 1.12 93/07/05 SMI"
static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c
index 1cc41f2..bea0773 100644
--- a/usr.bin/rpcgen/rpc_scan.c
+++ b/usr.bin/rpcgen/rpc_scan.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_scan.c 1.13 93/07/05 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_scan.c 1.13 93/07/05 SMI"
static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c
index 9e9fb86..2450142 100644
--- a/usr.bin/rpcgen/rpc_svcout.c
+++ b/usr.bin/rpcgen/rpc_svcout.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_svcout.c 1.4 90/04/13 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_svcout.c 1.4 90/04/13 SMI"
static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c
index e23e058..aaa71c9 100644
--- a/usr.bin/rpcgen/rpc_tblout.c
+++ b/usr.bin/rpcgen/rpc_tblout.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_tblout.c 1.11 93/07/05 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_tblout.c 1.11 93/07/05 SMI"
static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI";
#endif
#endif
diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c
index b6f3464..0d3fdaf 100644
--- a/usr.bin/rpcgen/rpc_util.c
+++ b/usr.bin/rpcgen/rpc_util.c
@@ -27,10 +27,9 @@
* Mountain View, California 94043
*/
-#ident "@(#)rpc_util.c 1.14 93/07/05 SMI"
-
#if 0
#ifndef lint
+#ident "@(#)rpc_util.c 1.14 93/07/05 SMI"
static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI";
#endif
#endif
OpenPOWER on IntegriCloud