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/get_myaddress.c | |
parent | f5c678d53931b77cf302409288beffc2c95b025d (diff) |
Make sure the sccsid tags never get compiled in.
-Erik
Diffstat (limited to 'libc/inet/rpc/get_myaddress.c')
-rw-r--r-- | libc/inet/rpc/get_myaddress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/get_myaddress.c b/libc/inet/rpc/get_myaddress.c index 86277d239..7674a7a46 100644 --- a/libc/inet/rpc/get_myaddress.c +++ b/libc/inet/rpc/get_myaddress.c @@ -27,7 +27,7 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ -#if !defined(lint) && defined(SCCSIDS) +#if 0 static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro"; #endif |