Embed $FreeBSD$ as an rcsid[]

This commit is contained in:
Kris Kennaway 2001-07-19 01:39:12 +00:00
parent d7d2240f02
commit c0e30a2b1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79880

View File

@ -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