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/mknetid/hash.c | |
parent | e4c68414d0854b5e43dfd1b2b0cfbc295702e831 (diff) | |
download | src-eba230afba4932f02a1ca44efc797cf7499a5cb0.tar.gz src-eba230afba4932f02a1ca44efc797cf7499a5cb0.zip |
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
Diffstat (limited to 'libexec/mknetid/hash.c')
-rw-r--r-- | libexec/mknetid/hash.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libexec/mknetid/hash.c b/libexec/mknetid/hash.c index d340142aad90..5375b80fbe3b 100644 --- a/libexec/mknetid/hash.c +++ b/libexec/mknetid/hash.c @@ -38,11 +38,6 @@ #include <sys/types.h> #include "hash.h" -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ - /* * This hash function is stolen directly from the * Berkeley DB package. It already exists inside libc, but |