summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/getrpcport.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-18 10:32:26 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-18 10:32:26 +0000
commita27edd5fc9ef34a3d8c61397d2253817336d2a9c (patch)
treeed29cf406b6b0fb5307d21a4b98fc84596e8876b /libc/inet/rpc/getrpcport.c
parentf5c678d53931b77cf302409288beffc2c95b025d (diff)
Make sure the sccsid tags never get compiled in.
-Erik
Diffstat (limited to 'libc/inet/rpc/getrpcport.c')
-rw-r--r--libc/inet/rpc/getrpcport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/inet/rpc/getrpcport.c b/libc/inet/rpc/getrpcport.c
index d3c4bb484..851a1c487 100644
--- a/libc/inet/rpc/getrpcport.c
+++ b/libc/inet/rpc/getrpcport.c
@@ -1,7 +1,4 @@
/* @(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC */
-#if !defined(lint) && defined(SCCSIDS)
-static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI";
-#endif
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -30,6 +27,9 @@ static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI";
* 2550 Garcia Avenue
* Mountain View, California 94043
*/
+#if 0
+static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI";
+#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.