From a27edd5fc9ef34a3d8c61397d2253817336d2a9c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 18 Jun 2002 10:32:26 +0000 Subject: Make sure the sccsid tags never get compiled in. -Erik --- libc/inet/rpc/getrpcport.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/inet/rpc/getrpcport.c') 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. -- cgit v1.2.3