summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-07-19 01:39:12 +0000
committerkris <kris@FreeBSD.org>2001-07-19 01:39:12 +0000
commit5f6815f5a2066cb706780f466cefbb34e21687b7 (patch)
tree879daabfdcc3259c5c055a162d8cdeff1899aef4 /usr.bin/rpcgen
parentbfa2b79d5e7376448ee345797edb3e8d61123aa6 (diff)
downloadFreeBSD-src-5f6815f5a2066cb706780f466cefbb34e21687b7.zip
FreeBSD-src-5f6815f5a2066cb706780f466cefbb34e21687b7.tar.gz
Embed $FreeBSD$ as an rcsid[]
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r--usr.bin/rpcgen/rpc_svcout.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c
index b3eddf5..fd48ee7 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
OpenPOWER on IntegriCloud