aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:15 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:22 +0000
commit4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (patch)
tree521d2ff176b9818fdc677868a5cdac9b082447e6 /sys/rpc
parent34041aac835a0bce462bccb7e0239c0ba092f872 (diff)
downloadsrc-4fbf14e22d7b83de7080a8e491ba14a5785a0ff4.tar.gz
src-4fbf14e22d7b83de7080a8e491ba14a5785a0ff4.zip
sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in current: (cherry picked from commit 71625ec9ad2a)
Diffstat (limited to 'sys/rpc')
-rw-r--r--sys/rpc/clnt_stat.h1
-rw-r--r--sys/rpc/netconfig.h1
-rw-r--r--sys/rpc/nettype.h1
-rw-r--r--sys/rpc/rpcb_clnt.h1
-rw-r--r--sys/rpc/rpcm_subs.h1
-rw-r--r--sys/rpc/rpcsec_gss/rpcsec_gss_int.h1
-rw-r--r--sys/rpc/rpcsec_tls/rpctlscd.x1
-rw-r--r--sys/rpc/rpcsec_tls/rpctlssd.x1
8 files changed, 0 insertions, 8 deletions
diff --git a/sys/rpc/clnt_stat.h b/sys/rpc/clnt_stat.h
index 6148b4eb94a5..7b367132f2d4 100644
--- a/sys/rpc/clnt_stat.h
+++ b/sys/rpc/clnt_stat.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*
* Copyright (c) 1986 - 1991, 1994, 1996, 1997 by Sun Microsystems, Inc.
* All rights reserved.
diff --git a/sys/rpc/netconfig.h b/sys/rpc/netconfig.h
index d49b925749ae..f492a1326a8d 100644
--- a/sys/rpc/netconfig.h
+++ b/sys/rpc/netconfig.h
@@ -1,5 +1,4 @@
/* $NetBSD: netconfig.h,v 1.1 2000/06/02 22:57:54 fvdl Exp $ */
-/* $FreeBSD$ */
#ifndef _NETCONFIG_H_
diff --git a/sys/rpc/nettype.h b/sys/rpc/nettype.h
index 0f63ac9530bc..a91e5c365820 100644
--- a/sys/rpc/nettype.h
+++ b/sys/rpc/nettype.h
@@ -1,5 +1,4 @@
/* $NetBSD: nettype.h,v 1.2 2000/07/06 03:17:19 christos Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/sys/rpc/rpcb_clnt.h b/sys/rpc/rpcb_clnt.h
index 6233952c484a..f4dc6d388c5c 100644
--- a/sys/rpc/rpcb_clnt.h
+++ b/sys/rpc/rpcb_clnt.h
@@ -1,5 +1,4 @@
/* $NetBSD: rpcb_clnt.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h
index 0fe500ab521f..506613a609ab 100644
--- a/sys/rpc/rpcm_subs.h
+++ b/sys/rpc/rpcm_subs.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $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/rpcsec_gss/rpcsec_gss_int.h b/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
index f0ea906a102c..3d643af8c498 100644
--- a/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
+++ b/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
@@ -36,7 +36,6 @@
$Id: auth_gss.h,v 1.12 2001/04/30 19:44:47 andros Exp $
*/
-/* $FreeBSD$ */
#ifndef _RPCSEC_GSS_INT_H
#define _RPCSEC_GSS_INT_H
diff --git a/sys/rpc/rpcsec_tls/rpctlscd.x b/sys/rpc/rpcsec_tls/rpctlscd.x
index 1ae53d7b8d17..9a7fb46181c5 100644
--- a/sys/rpc/rpcsec_tls/rpctlscd.x
+++ b/sys/rpc/rpcsec_tls/rpctlscd.x
@@ -27,7 +27,6 @@
/* Modified from gssd.x for the client side of RPC-over-TLS. */
-/* $FreeBSD$ */
struct rpctlscd_connect_arg {
char certname<>;
diff --git a/sys/rpc/rpcsec_tls/rpctlssd.x b/sys/rpc/rpcsec_tls/rpctlssd.x
index 25256879d60b..922583284b11 100644
--- a/sys/rpc/rpcsec_tls/rpctlssd.x
+++ b/sys/rpc/rpcsec_tls/rpctlssd.x
@@ -27,7 +27,6 @@
/* Modified from gssd.x for the server side of RPC-over-TLS. */
-/* $FreeBSD$ */
struct rpctlssd_connect_res {
uint32_t flags;