diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
| commit | eba230afba4932f02a1ca44efc797cf7499a5cb0 (patch) | |
| tree | 65c67104917802c7e371e323e0d99eaad2d0bd4b /libexec/revnetgroup | |
| parent | e4c68414d0854b5e43dfd1b2b0cfbc295702e831 (diff) | |
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> |
