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 /lib/libc/net | |
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 'lib/libc/net')
-rw-r--r-- | lib/libc/net/nslexer.l | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/net/nslexer.l b/lib/libc/net/nslexer.l index bd3c02dcacf4..ce0f18670e21 100644 --- a/lib/libc/net/nslexer.l +++ b/lib/libc/net/nslexer.l @@ -32,12 +32,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = - "$FreeBSD$"; -#endif /* LIBC_SCCS and not lint */ - #include "namespace.h" #include <ctype.h> #define _NS_PRIVATE |