aboutsummaryrefslogtreecommitdiff
path: root/sys/nlm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:36 +0000
commit685dc743dc3b5645e34836464128e1c0558b404b (patch)
tree39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/nlm
parente5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff)
downloadsrc-685dc743dc3b5645e34836464128e1c0558b404b.tar.gz
src-685dc743dc3b5645e34836464128e1c0558b404b.zip
Diffstat (limited to 'sys/nlm')
-rw-r--r--sys/nlm/nlm_advlock.c2
-rw-r--r--sys/nlm/nlm_prot_clnt.c2
-rw-r--r--sys/nlm/nlm_prot_impl.c2
-rw-r--r--sys/nlm/nlm_prot_server.c2
-rw-r--r--sys/nlm/nlm_prot_svc.c2
-rw-r--r--sys/nlm/nlm_prot_xdr.c2
-rw-r--r--sys/nlm/sm_inter_xdr.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c
index 6f361787f4f3..7bea89a6176d 100644
--- a/sys/nlm/nlm_advlock.c
+++ b/sys/nlm/nlm_advlock.c
@@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/fcntl.h>
#include <sys/jail.h>
diff --git a/sys/nlm/nlm_prot_clnt.c b/sys/nlm/nlm_prot_clnt.c
index a268e63f6c3c..1bd7193b7ee1 100644
--- a/sys/nlm/nlm_prot_clnt.c
+++ b/sys/nlm/nlm_prot_clnt.c
@@ -15,8 +15,6 @@
/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
#endif /* not lint */
-__FBSDID("$FreeBSD$");
-
enum clnt_stat
nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
{
diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c
index fb911489475a..a5b917b07f8b 100644
--- a/sys/nlm/nlm_prot_impl.c
+++ b/sys/nlm/nlm_prot_impl.c
@@ -30,8 +30,6 @@
#include "opt_inet6.h"
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/fail.h>
#include <sys/fcntl.h>
diff --git a/sys/nlm/nlm_prot_server.c b/sys/nlm/nlm_prot_server.c
index fe98db2ee968..8463269224f0 100644
--- a/sys/nlm/nlm_prot_server.c
+++ b/sys/nlm/nlm_prot_server.c
@@ -33,8 +33,6 @@
/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
#endif /* not lint */
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/systm.h>
diff --git a/sys/nlm/nlm_prot_svc.c b/sys/nlm/nlm_prot_svc.c
index d647918f2078..806d977d202c 100644
--- a/sys/nlm/nlm_prot_svc.c
+++ b/sys/nlm/nlm_prot_svc.c
@@ -39,8 +39,6 @@
/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
#endif /* not lint */
-__FBSDID("$FreeBSD$");
-
void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp);
void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp);
diff --git a/sys/nlm/nlm_prot_xdr.c b/sys/nlm/nlm_prot_xdr.c
index d0a6c89eef9b..722776eda588 100644
--- a/sys/nlm/nlm_prot_xdr.c
+++ b/sys/nlm/nlm_prot_xdr.c
@@ -10,8 +10,6 @@
/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
__RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $");
#endif /* not lint */
-__FBSDID("$FreeBSD$");
-
bool_t
xdr_nlm_stats(XDR *xdrs, nlm_stats *objp)
{
diff --git a/sys/nlm/sm_inter_xdr.c b/sys/nlm/sm_inter_xdr.c
index b225078d06ff..6de6ee0debd4 100644
--- a/sys/nlm/sm_inter_xdr.c
+++ b/sys/nlm/sm_inter_xdr.c
@@ -5,8 +5,6 @@
#include <nlm/sm_inter.h>
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
bool_t
xdr_sm_name(XDR *xdrs, sm_name *objp)
{