aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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