diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:15 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:22 +0000 |
commit | 4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (patch) | |
tree | 521d2ff176b9818fdc677868a5cdac9b082447e6 /sys/rpc/rpcsec_gss | |
parent | 34041aac835a0bce462bccb7e0239c0ba092f872 (diff) |
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/rpcsec_gss')
-rw-r--r-- | sys/rpc/rpcsec_gss/rpcsec_gss_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |