diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:41 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:26 +0000 |
commit | 3d497e17ebd33fe0f58d773e35ab994d750258d6 (patch) | |
tree | eb78e480f145df82b587a21d05299b496d5e15ad /lib/libc/regex | |
parent | 3bc80996974a61a4223eae4c1ccd47b6ee32a48a (diff) |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/engine.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/grot/debug.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/grot/main.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/grot/split.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/regcomp.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/regerror.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/regexec.c | 2 | ||||
-rw-r--r-- | lib/libc/regex/regfree.c | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/lib/libc/regex/engine.c b/lib/libc/regex/engine.c index bb40018c07e1..1efaf9a62f67 100644 --- a/lib/libc/regex/engine.c +++ b/lib/libc/regex/engine.c @@ -36,8 +36,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdbool.h> /* diff --git a/lib/libc/regex/grot/debug.c b/lib/libc/regex/grot/debug.c index af8e4f5a1d72..24e34138007e 100644 --- a/lib/libc/regex/grot/debug.c +++ b/lib/libc/regex/grot/debug.c @@ -1,6 +1,4 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <string.h> #include <ctype.h> diff --git a/lib/libc/regex/grot/main.c b/lib/libc/regex/grot/main.c index eee541bac171..248fe0ca438a 100644 --- a/lib/libc/regex/grot/main.c +++ b/lib/libc/regex/grot/main.c @@ -1,6 +1,4 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <assert.h> #include <regex.h> diff --git a/lib/libc/regex/grot/split.c b/lib/libc/regex/grot/split.c index c5d5264ab711..89afef0f7cee 100644 --- a/lib/libc/regex/grot/split.c +++ b/lib/libc/regex/grot/split.c @@ -1,6 +1,4 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 970a448b649a..7e2b81a9e925 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -44,8 +44,6 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 0e555784f0dc..7e9631796a9f 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <stdio.h> #include <string.h> diff --git a/lib/libc/regex/regexec.c b/lib/libc/regex/regexec.c index bf27d05f86c6..d4325ae016ce 100644 --- a/lib/libc/regex/regexec.c +++ b/lib/libc/regex/regexec.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * the outer shell of regexec() * diff --git a/lib/libc/regex/regfree.c b/lib/libc/regex/regfree.c index 859c2a4b37b2..dc73c4b8ef21 100644 --- a/lib/libc/regex/regfree.c +++ b/lib/libc/regex/regfree.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <stdio.h> #include <stdlib.h> |