diff options
author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2023-10-24 18:13:18 +0000 |
commit | de270f81b246e154640c0d250696c458ff1c0e3b (patch) | |
tree | f2dca23cc3fc5e8ed7b7554308f712d773b6edee /libexec/revnetgroup | |
parent | 7ccea130e81099f1cd11ec97239e387b31a2a661 (diff) |
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957
(cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)
Diffstat (limited to 'libexec/revnetgroup')
-rw-r--r-- | libexec/revnetgroup/hash.c | 5 | ||||
-rw-r--r-- | libexec/revnetgroup/parse_netgroup.c | 5 | ||||
-rw-r--r-- | libexec/revnetgroup/revnetgroup.c | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/libexec/revnetgroup/hash.c b/libexec/revnetgroup/hash.c index 2dd1a3f91d74..db8e95e3040c 100644 --- a/libexec/revnetgroup/hash.c +++ b/libexec/revnetgroup/hash.c @@ -32,11 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/libexec/revnetgroup/parse_netgroup.c b/libexec/revnetgroup/parse_netgroup.c index a1e954164ea9..3d6a7939fa1d 100644 --- a/libexec/revnetgroup/parse_netgroup.c +++ b/libexec/revnetgroup/parse_netgroup.c @@ -32,11 +32,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - /* * This is a specially hacked-up version of getnetgrent.c used to parse * data from the stored hash table of netgroup info rather than from a diff --git a/libexec/revnetgroup/revnetgroup.c b/libexec/revnetgroup/revnetgroup.c index 11fba515a7ba..34ec0d9491c4 100644 --- a/libexec/revnetgroup/revnetgroup.c +++ b/libexec/revnetgroup/revnetgroup.c @@ -38,11 +38,6 @@ * Columbia University, New York City */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - #include <err.h> #include <stdio.h> #include <stdlib.h> |