summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-07-17 05:41:01 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-07-17 05:41:01 +0000
commit90d6fa76a8141fc596ad376ecd86a8a493836298 (patch)
treec3fe0d41bc0f86f1e7fcaaa9e480f60fec34cb2f /include/rpc
parent9adee7d03f2e4c91e6330410f88fb5addaf2a24a (diff)
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/Makefile2
-rw-r--r--include/rpc/auth.h2
-rw-r--r--include/rpc/auth_des.h2
-rw-r--r--include/rpc/auth_kerb.h2
-rw-r--r--include/rpc/auth_unix.h2
-rw-r--r--include/rpc/clnt.h2
-rw-r--r--include/rpc/clnt_soc.h2
-rw-r--r--include/rpc/clnt_stat.h2
-rw-r--r--include/rpc/des.h2
-rw-r--r--include/rpc/des_crypt.h2
-rw-r--r--include/rpc/nettype.h2
-rw-r--r--include/rpc/pmap_clnt.h2
-rw-r--r--include/rpc/pmap_prot.h2
-rw-r--r--include/rpc/pmap_rmt.h2
-rw-r--r--include/rpc/raw.h2
-rw-r--r--include/rpc/rpc.h2
-rw-r--r--include/rpc/rpc_com.h2
-rw-r--r--include/rpc/rpc_msg.h2
-rw-r--r--include/rpc/rpcb_clnt.h2
-rw-r--r--include/rpc/rpcb_prot.x2
-rw-r--r--include/rpc/rpcent.h2
-rw-r--r--include/rpc/rpcsec_gss.h2
-rw-r--r--include/rpc/svc.h2
-rw-r--r--include/rpc/svc_auth.h2
-rw-r--r--include/rpc/svc_dg.h2
-rw-r--r--include/rpc/svc_soc.h2
-rw-r--r--include/rpc/xdr.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/include/rpc/Makefile b/include/rpc/Makefile
index 40d4c47b3a07..18194f42e495 100644
--- a/include/rpc/Makefile
+++ b/include/rpc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
-# $FreeBSD$
+# $FreeBSD: src/include/rpc/Makefile,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.SUFFIXES: .x
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index d39ad1205379..0007c9c09ac7 100644
--- a/include/rpc/auth.h
+++ b/include/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/include/rpc/auth.h,v 1.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h
index fff4ebfe300c..f14affca4f43 100644
--- a/include/rpc/auth_des.h
+++ b/include/rpc/auth_des.h
@@ -1,5 +1,5 @@
/* @(#)auth_des.h 2.2 88/07/29 4.0 RPCSRC; from 1.3 88/02/08 SMI */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/auth_des.h,v 1.3.36.1.4.1 2010/06/14 02:09:06 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/include/rpc/auth_kerb.h b/include/rpc/auth_kerb.h
index 1dcfb0d4f4f2..164ede45cedc 100644
--- a/include/rpc/auth_kerb.h
+++ b/include/rpc/auth_kerb.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/auth_kerb.h,v 1.3.10.1.4.1 2010/06/14 02:09:06 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/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 48373b2c24c7..f3e62a9af5f5 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -28,7 +28,7 @@
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/include/rpc/auth_unix.h,v 1.11.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index 1c85a4a73688..fa437b56b164 100644
--- a/include/rpc/clnt.h
+++ b/include/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/include/rpc/clnt.h,v 1.21.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/clnt_soc.h b/include/rpc/clnt_soc.h
index 1e7a0dea59e4..b2359233f74b 100644
--- a/include/rpc/clnt_soc.h
+++ b/include/rpc/clnt_soc.h
@@ -1,5 +1,5 @@
/* $NetBSD: clnt_soc.h,v 1.1 2000/06/02 22:57:55 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/clnt_soc.h,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/clnt_stat.h b/include/rpc/clnt_stat.h
index 6148b4eb94a5..c8b67151e0e7 100644
--- a/include/rpc/clnt_stat.h
+++ b/include/rpc/clnt_stat.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/clnt_stat.h,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Copyright (c) 1986 - 1991, 1994, 1996, 1997 by Sun Microsystems, Inc.
* All rights reserved.
diff --git a/include/rpc/des.h b/include/rpc/des.h
index f920e22d24a3..11e812b97169 100644
--- a/include/rpc/des.h
+++ b/include/rpc/des.h
@@ -1,5 +1,5 @@
/* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/des.h,v 1.4.36.1.4.1 2010/06/14 02:09:06 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/include/rpc/des_crypt.h b/include/rpc/des_crypt.h
index a5df606e9e0b..f13641505b60 100644
--- a/include/rpc/des_crypt.h
+++ b/include/rpc/des_crypt.h
@@ -1,6 +1,6 @@
/*
* @(#)des_crypt.h 2.1 88/08/11 4.0 RPCSRC; from 1.4 88/02/08 (C) 1986 SMI
- * $FreeBSD$
+ * $FreeBSD: src/include/rpc/des_crypt.h,v 1.4.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*
* des_crypt.h, des library routine interface
* Copyright (C) 1986, Sun Microsystems, Inc.
diff --git a/include/rpc/nettype.h b/include/rpc/nettype.h
index 5e26268a68da..f2e1d711ef36 100644
--- a/include/rpc/nettype.h
+++ b/include/rpc/nettype.h
@@ -1,5 +1,5 @@
/* $NetBSD: nettype.h,v 1.2 2000/07/06 03:17:19 christos Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/nettype.h,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 89f1614ab9c9..e5e21f03cecb 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -30,7 +30,7 @@
*
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/include/rpc/pmap_clnt.h,v 1.14.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index 366832a7d3f8..95e5ed45c7fc 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/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/include/rpc/pmap_prot.h,v 1.12.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h
index 5c0806681e9e..8107705dc367 100644
--- a/include/rpc/pmap_rmt.h
+++ b/include/rpc/pmap_rmt.h
@@ -30,7 +30,7 @@
*
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
+ * $FreeBSD: src/include/rpc/pmap_rmt.h,v 1.12.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/raw.h b/include/rpc/raw.h
index 0fea4ad087a2..9efae76e378d 100644
--- a/include/rpc/raw.h
+++ b/include/rpc/raw.h
@@ -1,5 +1,5 @@
/* $NetBSD: raw.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/raw.h,v 1.1.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 725b542a8dde..d80541cb3fac 100644
--- a/include/rpc/rpc.h
+++ b/include/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/include/rpc/rpc.h,v 1.17.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/rpc_com.h b/include/rpc/rpc_com.h
index 122fe7e4baca..50c2589b2292 100644
--- a/include/rpc/rpc_com.h
+++ b/include/rpc/rpc_com.h
@@ -1,5 +1,5 @@
/* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/rpc_com.h,v 1.6.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index 354b34147677..00ceb32261d4 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/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/include/rpc/rpc_msg.h,v 1.15.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/rpcb_clnt.h b/include/rpc/rpcb_clnt.h
index fa64a853f90d..79f65d89a59c 100644
--- a/include/rpc/rpcb_clnt.h
+++ b/include/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/include/rpc/rpcb_clnt.h,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/rpcb_prot.x b/include/rpc/rpcb_prot.x
index c5748413cdfd..2fd59b3f3e93 100644
--- a/include/rpc/rpcb_prot.x
+++ b/include/rpc/rpcb_prot.x
@@ -1,5 +1,5 @@
%/*
-% * $FreeBSD$
+% * $FreeBSD: src/include/rpc/rpcb_prot.x,v 1.3.36.1.4.1 2010/06/14 02:09:06 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/include/rpc/rpcent.h b/include/rpc/rpcent.h
index 876b488b2b1b..b6eb116ffe12 100644
--- a/include/rpc/rpcent.h
+++ b/include/rpc/rpcent.h
@@ -1,5 +1,5 @@
/* $NetBSD: rpcent.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/rpcent.h,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/rpcsec_gss.h b/include/rpc/rpcsec_gss.h
index ccd346fd4564..db4248f78089 100644
--- a/include/rpc/rpcsec_gss.h
+++ b/include/rpc/rpcsec_gss.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/include/rpc/rpcsec_gss.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
#ifndef _RPCSEC_GSS_H
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 8466ef8b22af..a6cffcae4cf9 100644
--- a/include/rpc/svc.h
+++ b/include/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/include/rpc/svc.h,v 1.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index 41fc82b01f22..4480783f8289 100644
--- a/include/rpc/svc_auth.h
+++ b/include/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/include/rpc/svc_auth.h,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*
diff --git a/include/rpc/svc_dg.h b/include/rpc/svc_dg.h
index e0d1f89a61c8..1bb28ae531cb 100644
--- a/include/rpc/svc_dg.h
+++ b/include/rpc/svc_dg.h
@@ -1,5 +1,5 @@
/* $NetBSD: svc_dg.h,v 1.1 2000/06/02 23:11:16 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/svc_dg.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/svc_soc.h b/include/rpc/svc_soc.h
index 6c528dbc95c6..8ecf78c558de 100644
--- a/include/rpc/svc_soc.h
+++ b/include/rpc/svc_soc.h
@@ -1,5 +1,5 @@
/* $NetBSD: svc_soc.h,v 1.1 2000/06/02 22:57:57 fvdl Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/include/rpc/svc_soc.h,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index a02291bc365b..31b19906135b 100644
--- a/include/rpc/xdr.h
+++ b/include/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/include/rpc/xdr.h,v 1.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $
*/
/*