diff options
Diffstat (limited to 'usr.bin/rpcgen/rpc_sample.c')
-rw-r--r-- | usr.bin/rpcgen/rpc_sample.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/rpc_sample.c b/usr.bin/rpcgen/rpc_sample.c index bfcc4cbd8b4..e4449a543f7 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_sample.c,v 1.15 2007/10/03 14:35:48 weingart Exp $ */ +/* $OpenBSD: rpc_sample.c,v 1.16 2009/10/27 23:59:42 deraadt Exp $ */ /* $NetBSD: rpc_sample.c,v 1.2 1995/06/11 21:50:01 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -30,10 +30,6 @@ * Mountain View, California 94043 */ -#ifndef lint -static const char sccsid[] = "@(#)rpc_sample.c 1.1 90/08/30 (C) 1987 SMI"; -#endif - /* * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler */ |