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/rcmd.c | |
parent | f5c678d53931b77cf302409288beffc2c95b025d (diff) |
Make sure the sccsid tags never get compiled in.
-Erik
Diffstat (limited to 'libc/inet/rpc/rcmd.c')
-rw-r--r-- | libc/inet/rpc/rcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/rcmd.c b/libc/inet/rpc/rcmd.c index 538901fd4..861ede2d4 100644 --- a/libc/inet/rpc/rcmd.c +++ b/libc/inet/rpc/rcmd.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; #endif /* LIBC_SCCS and not lint */ |