diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-18 10:32:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-18 10:32:26 +0000 |
commit | a27edd5fc9ef34a3d8c61397d2253817336d2a9c (patch) | |
tree | ed29cf406b6b0fb5307d21a4b98fc84596e8876b /libc/inet/rpc/rtime.c | |
parent | f5c678d53931b77cf302409288beffc2c95b025d (diff) |
Make sure the sccsid tags never get compiled in.
-Erik
Diffstat (limited to 'libc/inet/rpc/rtime.c')
-rw-r--r-- | libc/inet/rpc/rtime.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/inet/rpc/rtime.c b/libc/inet/rpc/rtime.c index 683078142..bf30cd282 100644 --- a/libc/inet/rpc/rtime.c +++ b/libc/inet/rpc/rtime.c @@ -1,6 +1,3 @@ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 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 @@ -29,6 +26,9 @@ static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 S * 2550 Garcia Avenue * Mountain View, California 94043 */ +#if 0 +static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI"; +#endif /* * Copyright (c) 1988 by Sun Microsystems, Inc. |