diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:30 +0000 |
| commit | 29363fb446372cb3f10bc98664e9767c53fbb457 (patch) | |
| tree | 363b21f649d388135a49d39c67c16fcac89cd506 /sys/nlm | |
| parent | 6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07 (diff) | |
Diffstat (limited to 'sys/nlm')
| -rw-r--r-- | sys/nlm/nlm_prot_clnt.c | 2 | ||||
| -rw-r--r-- | sys/nlm/nlm_prot_server.c | 2 | ||||
| -rw-r--r-- | sys/nlm/nlm_prot_svc.c | 2 | ||||
| -rw-r--r-- | sys/nlm/nlm_prot_xdr.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/sys/nlm/nlm_prot_clnt.c b/sys/nlm/nlm_prot_clnt.c index 1bd7193b7ee1..c49ee2f2298f 100644 --- a/sys/nlm/nlm_prot_clnt.c +++ b/sys/nlm/nlm_prot_clnt.c @@ -11,8 +11,6 @@ #include <nlm/nlm_prot.h> #include <sys/cdefs.h> #ifndef lint -/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ -/*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 */ enum clnt_stat diff --git a/sys/nlm/nlm_prot_server.c b/sys/nlm/nlm_prot_server.c index 8463269224f0..d3bbf6ea7d60 100644 --- a/sys/nlm/nlm_prot_server.c +++ b/sys/nlm/nlm_prot_server.c @@ -29,8 +29,6 @@ #include <sys/cdefs.h> #ifndef lint -/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ -/*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 */ #include <sys/param.h> diff --git a/sys/nlm/nlm_prot_svc.c b/sys/nlm/nlm_prot_svc.c index 806d977d202c..4256287002e6 100644 --- a/sys/nlm/nlm_prot_svc.c +++ b/sys/nlm/nlm_prot_svc.c @@ -35,8 +35,6 @@ #include <sys/cdefs.h> #ifndef lint -/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ -/*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 */ void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp); diff --git a/sys/nlm/nlm_prot_xdr.c b/sys/nlm/nlm_prot_xdr.c index 722776eda588..72a246d4a741 100644 --- a/sys/nlm/nlm_prot_xdr.c +++ b/sys/nlm/nlm_prot_xdr.c @@ -6,8 +6,6 @@ #include <nlm/nlm_prot.h> #include <sys/cdefs.h> #ifndef lint -/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ -/*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 */ bool_t |
