summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/pmap_rmt.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 23:18:37 +0000
commit074d88cd27d461e344257df6b629e576b48285a6 (patch)
tree914000b7419b1d9975ed0e7812eb763fcb96640a /lib/libc/rpc/pmap_rmt.c
parent4787ceffe13c80e427cb2352d31b96463594a689 (diff)
downloadFreeBSD-src-074d88cd27d461e344257df6b629e576b48285a6.zip
FreeBSD-src-074d88cd27d461e344257df6b629e576b48285a6.tar.gz
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
Diffstat (limited to 'lib/libc/rpc/pmap_rmt.c')
-rw-r--r--lib/libc/rpc/pmap_rmt.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/rpc/pmap_rmt.c b/lib/libc/rpc/pmap_rmt.c
index 51e6d3a..be62c12 100644
--- a/lib/libc/rpc/pmap_rmt.c
+++ b/lib/libc/rpc/pmap_rmt.c
@@ -31,10 +31,11 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";*/
-/*static char *sccsid = "from: @(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$FreeBSD$";
+static char *sccsid = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
+static char *sccsid = "@(#)pmap_rmt.c 2.2 88/08/01 4.0 RPCSRC";
#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* pmap_rmt.c
OpenPOWER on IntegriCloud