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/string/wcsncmp.c | |
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/string/wcsncmp.c')
-rw-r--r-- | lib/libc/string/wcsncmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 55c88f60e6fa..a7b2189d5fb9 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -36,8 +36,6 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93"; __RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $"); #endif /* LIBC_SCCS and not lint */ #endif -__FBSDID("$FreeBSD$"); - #include <wchar.h> int |