aboutsummaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
commit42b388439bd3795e09258c57a74ce9eec3651c7b (patch)
tree1d8d03d10e117521cadd8f29bc6ddffdb8bbcc07 /include/rpc
parent2ff63af9b88c7413b7d71715b5532625752a248e (diff)
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h1
-rw-r--r--include/rpc/auth_unix.h1
-rw-r--r--include/rpc/clnt.h1
-rw-r--r--include/rpc/des_crypt.h1
-rw-r--r--include/rpc/pmap_clnt.h1
-rw-r--r--include/rpc/pmap_prot.h1
-rw-r--r--include/rpc/pmap_rmt.h1
-rw-r--r--include/rpc/rpc.h1
-rw-r--r--include/rpc/rpc_msg.h1
-rw-r--r--include/rpc/svc.h1
-rw-r--r--include/rpc/svc_auth.h1
-rw-r--r--include/rpc/xdr.h1
12 files changed, 0 insertions, 12 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 8773e7115d12..a894625ac405 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -32,7 +32,6 @@
* 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$
*/
/*
diff --git a/include/rpc/auth_unix.h b/include/rpc/auth_unix.h
index 6d1fc315a18d..6d9d5e0f45e6 100644
--- a/include/rpc/auth_unix.h
+++ b/include/rpc/auth_unix.h
@@ -29,7 +29,6 @@
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h
index 8d9ce1eccb09..a7112d496f07 100644
--- a/include/rpc/clnt.h
+++ b/include/rpc/clnt.h
@@ -31,7 +31,6 @@
*
* from: @(#)clnt.h 1.31 94/04/29 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h
index ef938c5cc900..0dcd897495d4 100644
--- a/include/rpc/des_crypt.h
+++ b/include/rpc/des_crypt.h
@@ -1,6 +1,5 @@
/*
* @(#)des_crypt.h 2.1 88/08/11 4.0 RPCSRC; from 1.4 88/02/08 (C) 1986 SMI
- * $FreeBSD$
*
* des_crypt.h, des library routine interface
* Copyright (C) 1986, Sun Microsystems, Inc.
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 465cb0c02623..363c283e6764 100644
--- a/include/rpc/pmap_clnt.h
+++ b/include/rpc/pmap_clnt.h
@@ -31,7 +31,6 @@
*
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/pmap_prot.h b/include/rpc/pmap_prot.h
index f69bad9ca1a7..a14518802813 100644
--- a/include/rpc/pmap_prot.h
+++ b/include/rpc/pmap_prot.h
@@ -31,7 +31,6 @@
*
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/pmap_rmt.h b/include/rpc/pmap_rmt.h
index 791b3f486bc2..9a9042a71493 100644
--- a/include/rpc/pmap_rmt.h
+++ b/include/rpc/pmap_rmt.h
@@ -31,7 +31,6 @@
*
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 561437c30943..783c84280ae2 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -31,7 +31,6 @@
*
* from: @(#)rpc.h 1.9 88/02/08 SMI
* from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index a384c92606c9..f1bd4935f3c3 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -31,7 +31,6 @@
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 4cffd4070817..cb4b70a64ce7 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -31,7 +31,6 @@
*
* from: @(#)svc.h 1.35 88/12/17 SMI
* from: @(#)svc.h 1.27 94/04/25 SMI
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index e9b6cd4be4f3..6652deff085b 100644
--- a/include/rpc/svc_auth.h
+++ b/include/rpc/svc_auth.h
@@ -31,7 +31,6 @@
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
* @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h
index ad1672cd1db8..624a3c294650 100644
--- a/include/rpc/xdr.h
+++ b/include/rpc/xdr.h
@@ -31,7 +31,6 @@
*
* from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
- * $FreeBSD$
*/
/*