diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-22 23:18:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-22 23:18:17 +0000 |
commit | 4787ceffe13c80e427cb2352d31b96463594a689 (patch) | |
tree | b0b9b2f64a77273f02f854c4417507a26cdb3731 /lib/libc | |
parent | e3e7fa41c03e1ab925654c9e25b9f9dbe3149df0 (diff) | |
download | FreeBSD-src-4787ceffe13c80e427cb2352d31b96463594a689.zip FreeBSD-src-4787ceffe13c80e427cb2352d31b96463594a689.tar.gz |
Fix the style of the SCM ID's.
I believe have made all of libc .h's as consistent as possible.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpc_com.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h index b04f110..61057a9 100644 --- a/lib/libc/rpc/rpc_com.h +++ b/lib/libc/rpc/rpc_com.h @@ -1,5 +1,4 @@ /* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */ -/* $FreeBSD$ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -28,6 +27,8 @@ * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 + * + * $FreeBSD$ */ /* * Copyright (c) 1986 - 1991 by Sun Microsystems, Inc. |