[PATCH v2 4/8] Remove $FreeBSD$: one-line .c pattern
Sebastian Huber <[email protected]> Sat, 20 Jun 2026 11:52:06 +0200
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
From: Warner Losh <[email protected]> Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Signed-off-by: Sebastian Huber <[email protected]> --- newlib/libc/stdlib/imaxdiv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/newlib/libc/stdlib/imaxdiv.c b/newlib/libc/stdlib/imaxdiv.c index a0b113647..045ba2948 100644 --- a/newlib/libc/stdlib/imaxdiv.c +++ b/newlib/libc/stdlib/imaxdiv.c @@ -27,8 +27,6 @@ */ =20 #include <sys/cdefs.h> -__FBSDID("$FreeBSD: head/lib/libc/stdlib/imaxdiv.c 301115 2016-06-01 10:= 14:25Z ache $"); - #include <inttypes.h> #include <stdint.h> =20 --=20 2.51.0