aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc')
-rw-r--r--sys/rpc/auth.h2
-rw-r--r--sys/rpc/auth_none.c2
-rw-r--r--sys/rpc/auth_unix.c2
-rw-r--r--sys/rpc/authunix_prot.c2
-rw-r--r--sys/rpc/clnt.h2
-rw-r--r--sys/rpc/clnt_dg.c2
-rw-r--r--sys/rpc/clnt_rc.c2
-rw-r--r--sys/rpc/clnt_stat.h2
-rw-r--r--sys/rpc/clnt_vc.c2
-rw-r--r--sys/rpc/getnetconfig.c2
-rw-r--r--sys/rpc/inet_ntop.c2
-rw-r--r--sys/rpc/inet_pton.c2
-rw-r--r--sys/rpc/netconfig.h2
-rw-r--r--sys/rpc/nettype.h2
-rw-r--r--sys/rpc/pmap_prot.h2
-rw-r--r--sys/rpc/rpc.h2
-rw-r--r--sys/rpc/rpc_callmsg.c2
-rw-r--r--sys/rpc/rpc_com.h2
-rw-r--r--sys/rpc/rpc_generic.c2
-rw-r--r--sys/rpc/rpc_msg.h2
-rw-r--r--sys/rpc/rpc_prot.c2
-rw-r--r--sys/rpc/rpcb_clnt.c2
-rw-r--r--sys/rpc/rpcb_clnt.h2
-rw-r--r--sys/rpc/rpcb_prot.c2
-rw-r--r--sys/rpc/rpcb_prot.h2
-rw-r--r--sys/rpc/rpcclnt.c2
-rw-r--r--sys/rpc/rpcclnt.h2
-rw-r--r--sys/rpc/rpcm_subs.h2
-rw-r--r--sys/rpc/svc.c2
-rw-r--r--sys/rpc/svc.h2
-rw-r--r--sys/rpc/svc_auth.c2
-rw-r--r--sys/rpc/svc_auth.h2
-rw-r--r--sys/rpc/svc_auth_unix.c2
-rw-r--r--sys/rpc/svc_dg.c2
-rw-r--r--sys/rpc/svc_generic.c2
-rw-r--r--sys/rpc/svc_vc.c2
-rw-r--r--sys/rpc/types.h2
-rw-r--r--sys/rpc/xdr.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/sys/rpc/auth.h b/sys/rpc/auth.h
index b919559d68c2..26b04b86e9c6 100644
--- a/sys/rpc/auth.h
+++ b/sys/rpc/auth.h
@@ -31,7 +31,7 @@
* from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
* from: @(#)auth.h 1.43 98/02/02 SMI
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/auth.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/auth_none.c b/sys/rpc/auth_none.c
index 85304371a775..175ce7ab8a11 100644
--- a/sys/rpc/auth_none.c
+++ b/sys/rpc/auth_none.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/auth_none.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* auth_none.c
diff --git a/sys/rpc/auth_unix.c b/sys/rpc/auth_unix.c
index 532b321daa03..4f2f6c94f5b9 100644
--- a/sys/rpc/auth_unix.c
+++ b/sys/rpc/auth_unix.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/auth_unix.c,v 1.2.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* auth_unix.c, Implements UNIX style authentication parameters.
diff --git a/sys/rpc/authunix_prot.c b/sys/rpc/authunix_prot.c
index 141f594b5513..bb9f82a92e24 100644
--- a/sys/rpc/authunix_prot.c
+++ b/sys/rpc/authunix_prot.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)authunix_prot.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/authunix_prot.c,v 1.2.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* authunix_prot.c
diff --git a/sys/rpc/clnt.h b/sys/rpc/clnt.h
index 03e3112727bf..319f374265e1 100644
--- a/sys/rpc/clnt.h
+++ b/sys/rpc/clnt.h
@@ -47,7 +47,7 @@
*
* from: @(#)clnt.h 1.31 94/04/29 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/clnt.h,v 1.1.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c
index f14e1d609d77..c082334179a5 100644
--- a/sys/rpc/clnt_dg.c
+++ b/sys/rpc/clnt_dg.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/clnt_dg.c,v 1.2.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* Implements a connectionless client side RPC.
diff --git a/sys/rpc/clnt_rc.c b/sys/rpc/clnt_rc.c
index f0ad6731b5f9..bf44ba1f20e8 100644
--- a/sys/rpc/clnt_rc.c
+++ b/sys/rpc/clnt_rc.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/clnt_rc.c,v 1.2.2.4.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/rpc/clnt_stat.h b/sys/rpc/clnt_stat.h
index 6148b4eb94a5..1d6ceb7b73c0 100644
--- a/sys/rpc/clnt_stat.h
+++ b/sys/rpc/clnt_stat.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/clnt_stat.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */
/*
* Copyright (c) 1986 - 1991, 1994, 1996, 1997 by Sun Microsystems, Inc.
* All rights reserved.
diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c
index cb093528c47d..d9b5c0d8ba3b 100644
--- a/sys/rpc/clnt_vc.c
+++ b/sys/rpc/clnt_vc.c
@@ -35,7 +35,7 @@ static char *sccsid = "@(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";
static char sccsid3[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/clnt_vc.c,v 1.2.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* clnt_tcp.c, Implements a TCP/IP based, client side RPC.
diff --git a/sys/rpc/getnetconfig.c b/sys/rpc/getnetconfig.c
index 782a525cf526..0098cb2103c1 100644
--- a/sys/rpc/getnetconfig.c
+++ b/sys/rpc/getnetconfig.c
@@ -28,7 +28,7 @@
#include "opt_inet6.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/getnetconfig.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/malloc.h>
diff --git a/sys/rpc/inet_ntop.c b/sys/rpc/inet_ntop.c
index d093a970345b..da831056f7dd 100644
--- a/sys/rpc/inet_ntop.c
+++ b/sys/rpc/inet_ntop.c
@@ -19,7 +19,7 @@
static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005/11/03 23:02:22 marka Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/inet_ntop.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/types.h>
diff --git a/sys/rpc/inet_pton.c b/sys/rpc/inet_pton.c
index 943fad7c6bd1..bbe3fa98a8b5 100644
--- a/sys/rpc/inet_pton.c
+++ b/sys/rpc/inet_pton.c
@@ -19,7 +19,7 @@
static const char rcsid[] = "$Id: inet_pton.c,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/inet_pton.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/param.h>
#include <sys/types.h>
diff --git a/sys/rpc/netconfig.h b/sys/rpc/netconfig.h
index d49b925749ae..3c6d82a4ead4 100644
--- a/sys/rpc/netconfig.h
+++ b/sys/rpc/netconfig.h
@@ -1,5 +1,5 @@
/* $NetBSD: netconfig.h,v 1.1 2000/06/02 22:57:54 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/netconfig.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */
#ifndef _NETCONFIG_H_
diff --git a/sys/rpc/nettype.h b/sys/rpc/nettype.h
index c325b4ffded9..ff8a22b93320 100644
--- a/sys/rpc/nettype.h
+++ b/sys/rpc/nettype.h
@@ -1,5 +1,5 @@
/* $NetBSD: nettype.h,v 1.2 2000/07/06 03:17:19 christos Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/nettype.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/sys/rpc/pmap_prot.h b/sys/rpc/pmap_prot.h
index 366832a7d3f8..9596e4acca9e 100644
--- a/sys/rpc/pmap_prot.h
+++ b/sys/rpc/pmap_prot.h
@@ -30,7 +30,7 @@
*
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/pmap_prot.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/rpc.h b/sys/rpc/rpc.h
index 32ca5fde7c2d..80f5b2dae680 100644
--- a/sys/rpc/rpc.h
+++ b/sys/rpc/rpc.h
@@ -30,7 +30,7 @@
*
* from: @(#)rpc.h 1.9 88/02/08 SMI
* from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/rpc.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/rpc_callmsg.c b/sys/rpc/rpc_callmsg.c
index 65637c5fbc27..1fd8817e0c88 100644
--- a/sys/rpc/rpc_callmsg.c
+++ b/sys/rpc/rpc_callmsg.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)rpc_callmsg.c 2.1 88/07/29 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/rpc_callmsg.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* rpc_callmsg.c
diff --git a/sys/rpc/rpc_com.h b/sys/rpc/rpc_com.h
index ad9cc685752d..8478d5f53cf0 100644
--- a/sys/rpc/rpc_com.h
+++ b/sys/rpc/rpc_com.h
@@ -28,7 +28,7 @@
* 2550 Garcia Avenue
* Mountain View, California 94043
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/rpc_com.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
diff --git a/sys/rpc/rpc_generic.c b/sys/rpc/rpc_generic.c
index ee8ee8a4806b..e94f04154000 100644
--- a/sys/rpc/rpc_generic.c
+++ b/sys/rpc/rpc_generic.c
@@ -34,7 +34,7 @@
/* #pragma ident "@(#)rpc_generic.c 1.17 94/04/24 SMI" */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/rpc_generic.c,v 1.3.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* rpc_generic.c, Miscl routines for RPC.
diff --git a/sys/rpc/rpc_msg.h b/sys/rpc/rpc_msg.h
index 707250a5e8c7..e60937a98942 100644
--- a/sys/rpc/rpc_msg.h
+++ b/sys/rpc/rpc_msg.h
@@ -30,7 +30,7 @@
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/rpc_msg.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/rpc_prot.c b/sys/rpc/rpc_prot.c
index 16f602f58508..f335a1dc8927 100644
--- a/sys/rpc/rpc_prot.c
+++ b/sys/rpc/rpc_prot.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)rpc_prot.c 1.36 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/rpc_prot.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* rpc_prot.c
diff --git a/sys/rpc/rpcb_clnt.c b/sys/rpc/rpcb_clnt.c
index ac3a3127f7c8..826070619e13 100644
--- a/sys/rpc/rpcb_clnt.c
+++ b/sys/rpc/rpcb_clnt.c
@@ -56,7 +56,7 @@
static char sccsid[] = "@(#)rpcb_clnt.c 1.30 89/06/21 Copyr 1988 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/rpcb_clnt.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* rpcb_clnt.c
diff --git a/sys/rpc/rpcb_clnt.h b/sys/rpc/rpcb_clnt.h
index 638bb5de8d66..1eee6466e722 100644
--- a/sys/rpc/rpcb_clnt.h
+++ b/sys/rpc/rpcb_clnt.h
@@ -1,5 +1,5 @@
/* $NetBSD: rpcb_clnt.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/rpcb_clnt.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/sys/rpc/rpcb_prot.c b/sys/rpc/rpcb_prot.c
index 06a659e076a8..7c0d4c78fd37 100644
--- a/sys/rpc/rpcb_prot.c
+++ b/sys/rpc/rpcb_prot.c
@@ -38,7 +38,7 @@
static char sccsid[] = "@(#)rpcb_prot.c 1.9 89/04/21 Copyr 1984 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/rpcb_prot.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* rpcb_prot.c
diff --git a/sys/rpc/rpcb_prot.h b/sys/rpc/rpcb_prot.h
index ac4ef6c6e29f..5ceb9a1d8359 100644
--- a/sys/rpc/rpcb_prot.h
+++ b/sys/rpc/rpcb_prot.h
@@ -13,7 +13,7 @@ extern "C" {
#endif
/*
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/rpcb_prot.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
diff --git a/sys/rpc/rpcclnt.c b/sys/rpc/rpcclnt.c
index 94ffd526c235..3780107b9f23 100644
--- a/sys/rpc/rpcclnt.c
+++ b/sys/rpc/rpcclnt.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/rpcclnt.c,v 1.20.10.1 2010/02/10 00:26:20 kensmith Exp $ */
/* $Id: rpcclnt.c,v 1.9 2003/11/05 14:59:03 rees Exp $ */
/*-
diff --git a/sys/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h
index f57c4dc91dce..ea935a2dcdeb 100644
--- a/sys/rpc/rpcclnt.h
+++ b/sys/rpc/rpcclnt.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/rpcclnt.h,v 1.5.22.1 2010/02/10 00:26:20 kensmith Exp $ */
/* $OpenBSD: nfsmount.h,v 1.11 2002/03/14 01:27:13 millert Exp $ */
/* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */
diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h
index ac789f3c593a..7672fc9c9970 100644
--- a/sys/rpc/rpcm_subs.h
+++ b/sys/rpc/rpcm_subs.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/rpc/rpcm_subs.h,v 1.3.24.1 2010/02/10 00:26:20 kensmith Exp $ */
/* $OpenBSD: nfsm_subs.h,v 1.11 2000/01/05 20:50:52 millert Exp $ */
/* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */
diff --git a/sys/rpc/svc.c b/sys/rpc/svc.c
index e58f86eb76b0..db2743853a31 100644
--- a/sys/rpc/svc.c
+++ b/sys/rpc/svc.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)svc.c 2.4 88/08/11 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc.c,v 1.2.2.2.2.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc.c, Server-side remote procedure call interface.
diff --git a/sys/rpc/svc.h b/sys/rpc/svc.h
index 2c94f07ba902..b5a9f4393e80 100644
--- a/sys/rpc/svc.h
+++ b/sys/rpc/svc.h
@@ -30,7 +30,7 @@
*
* from: @(#)svc.h 1.35 88/12/17 SMI
* from: @(#)svc.h 1.27 94/04/25 SMI
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/svc.h,v 1.1.2.2.2.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/svc_auth.c b/sys/rpc/svc_auth.c
index 22d4e6121eca..9db163a93f94 100644
--- a/sys/rpc/svc_auth.c
+++ b/sys/rpc/svc_auth.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc_auth.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc_auth.c, Server-side rpc authenticator interface.
diff --git a/sys/rpc/svc_auth.h b/sys/rpc/svc_auth.h
index 26c191ad34a9..1790453b0662 100644
--- a/sys/rpc/svc_auth.h
+++ b/sys/rpc/svc_auth.h
@@ -30,7 +30,7 @@
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
* @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/svc_auth.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/svc_auth_unix.c b/sys/rpc/svc_auth_unix.c
index 9c6cdd78fdcb..44ba154d5136 100644
--- a/sys/rpc/svc_auth_unix.c
+++ b/sys/rpc/svc_auth_unix.c
@@ -32,7 +32,7 @@ static char *sccsid2 = "@(#)svc_auth_unix.c 1.28 88/02/08 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)svc_auth_unix.c 2.3 88/08/01 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc_auth_unix.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc_auth_unix.c
diff --git a/sys/rpc/svc_dg.c b/sys/rpc/svc_dg.c
index 950a4aa7381b..f4233ab2f639 100644
--- a/sys/rpc/svc_dg.c
+++ b/sys/rpc/svc_dg.c
@@ -37,7 +37,7 @@
#ident "@(#)svc_dg.c 1.17 94/04/24 SMI"
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc_dg.c,v 1.2.2.2.2.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc_dg.c, Server side for connectionless RPC.
diff --git a/sys/rpc/svc_generic.c b/sys/rpc/svc_generic.c
index 1f9b2e2711d7..2aa3c64afa3b 100644
--- a/sys/rpc/svc_generic.c
+++ b/sys/rpc/svc_generic.c
@@ -38,7 +38,7 @@
static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc_generic.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc_generic.c, Server side for RPC.
diff --git a/sys/rpc/svc_vc.c b/sys/rpc/svc_vc.c
index dfac08d92c06..f50ebb6cfe2c 100644
--- a/sys/rpc/svc_vc.c
+++ b/sys/rpc/svc_vc.c
@@ -34,7 +34,7 @@ static char *sccsid2 = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC";
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/rpc/svc_vc.c,v 1.2.2.3.2.1 2010/02/10 00:26:20 kensmith Exp $");
/*
* svc_vc.c, Server side for Connection Oriented based RPC.
diff --git a/sys/rpc/types.h b/sys/rpc/types.h
index b476ada37188..4b9c3e88a53a 100644
--- a/sys/rpc/types.h
+++ b/sys/rpc/types.h
@@ -30,7 +30,7 @@
*
* from: @(#)types.h 1.18 87/07/24 SMI
* from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/types.h,v 1.12.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*
diff --git a/sys/rpc/xdr.h b/sys/rpc/xdr.h
index bebd44864daf..df6ef0b78295 100644
--- a/sys/rpc/xdr.h
+++ b/sys/rpc/xdr.h
@@ -30,7 +30,7 @@
*
* from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/sys/rpc/xdr.h,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
/*