diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/rpcgen/rpc_clntout.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_cout.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_hout.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_main.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_parse.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_sample.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_scan.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_svcout.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_tblout.c | 2 | ||||
-rw-r--r-- | tools/rpcgen/rpc_util.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/tools/rpcgen/rpc_clntout.c b/tools/rpcgen/rpc_clntout.c index 3ea267a..0d3179f 100644 --- a/tools/rpcgen/rpc_clntout.c +++ b/tools/rpcgen/rpc_clntout.c @@ -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 diff --git a/tools/rpcgen/rpc_cout.c b/tools/rpcgen/rpc_cout.c index af9288d..cae8717 100644 --- a/tools/rpcgen/rpc_cout.c +++ b/tools/rpcgen/rpc_cout.c @@ -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 diff --git a/tools/rpcgen/rpc_hout.c b/tools/rpcgen/rpc_hout.c index 27ed4d5..bbb13eb 100644 --- a/tools/rpcgen/rpc_hout.c +++ b/tools/rpcgen/rpc_hout.c @@ -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 diff --git a/tools/rpcgen/rpc_main.c b/tools/rpcgen/rpc_main.c index 2651060..6866f3c 100644 --- a/tools/rpcgen/rpc_main.c +++ b/tools/rpcgen/rpc_main.c @@ -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 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 diff --git a/tools/rpcgen/rpc_sample.c b/tools/rpcgen/rpc_sample.c index 97b2cd0..ca12039 100644 --- a/tools/rpcgen/rpc_sample.c +++ b/tools/rpcgen/rpc_sample.c @@ -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 diff --git a/tools/rpcgen/rpc_scan.c b/tools/rpcgen/rpc_scan.c index 62d906d..c0ddc14 100644 --- a/tools/rpcgen/rpc_scan.c +++ b/tools/rpcgen/rpc_scan.c @@ -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 diff --git a/tools/rpcgen/rpc_svcout.c b/tools/rpcgen/rpc_svcout.c index fa5fb60..6b33aab 100644 --- a/tools/rpcgen/rpc_svcout.c +++ b/tools/rpcgen/rpc_svcout.c @@ -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 diff --git a/tools/rpcgen/rpc_tblout.c b/tools/rpcgen/rpc_tblout.c index 5ce4015..8d0baa5 100644 --- a/tools/rpcgen/rpc_tblout.c +++ b/tools/rpcgen/rpc_tblout.c @@ -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 diff --git a/tools/rpcgen/rpc_util.c b/tools/rpcgen/rpc_util.c index 252b181..404966e 100644 --- a/tools/rpcgen/rpc_util.c +++ b/tools/rpcgen/rpc_util.c @@ -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 |