aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-19 01:39:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-19 01:39:12 +0000
commitc0e30a2b1f3cbc8ab3824f202b1ed6a0e1f83c53 (patch)
tree879daabfdcc3259c5c055a162d8cdeff1899aef4
parentd7d2240f02e41950aba1074bd8959269099899c3 (diff)
downloadsrc-c0e30a2b1f3cbc8ab3824f202b1ed6a0e1f83c53.tar.gz
src-c0e30a2b1f3cbc8ab3824f202b1ed6a0e1f83c53.zip
Embed $FreeBSD$ as an rcsid[]
Notes
Notes: svn path=/head/; revision=79880
-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 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