Embed $FreeBSD$ as an rcsid[]
This commit is contained in:
parent
d7d2240f02
commit
c0e30a2b1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user