diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-07-19 01:39:12 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-07-19 01:39:12 +0000 |
| commit | c0e30a2b1f3cbc8ab3824f202b1ed6a0e1f83c53 (patch) | |
| tree | 879daabfdcc3259c5c055a162d8cdeff1899aef4 /usr.bin | |
| parent | d7d2240f02e41950aba1074bd8959269099899c3 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index b3eddf533e7b..fd48ee73d6d3 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -1,6 +1,4 @@ /* - * $FreeBSD$ - * * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users @@ -32,8 +30,12 @@ #ident "@(#)rpc_svcout.c 1.4 90/04/13 SMI" #ifndef lint +#if 0 static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif +static const char rcsid[] = + "$FreeBSD$"; +#endif /* * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler |
