diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-05-31 20:00:29 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-05-31 20:00:29 +0000 |
commit | e73616b51f1144a999049a5ff3288fc4c68d383c (patch) | |
tree | 07bbc090a4a0f3e70f97eb9b68c49919612ae36a /usr.bin/rpcgen/rpc_parse.c | |
parent | 569e1bd4370f241c3dd45de2b2a8b1ae970922a9 (diff) | |
download | FreeBSD-src-e73616b51f1144a999049a5ff3288fc4c68d383c.zip FreeBSD-src-e73616b51f1144a999049a5ff3288fc4c68d383c.tar.gz |
Move #ident into #if 0.
Diffstat (limited to 'usr.bin/rpcgen/rpc_parse.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index b2c3312..a87e8a9 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -27,10 +27,9 @@ * Mountain View, California 94043 */ -#ident "@(#)rpc_parse.c 1.12 93/07/05 SMI" - #if 0 #ifndef lint +#ident "@(#)rpc_parse.c 1.12 93/07/05 SMI" static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif #endif |