[PATCH v2 4/8] Remove $FreeBSD$: one-line .c pattern
Sebastian Huber
sebastian.huber@embedded-brains.de
Sat Jun 20 09:52:06 GMT 2026
From: Warner Losh <imp@FreeBSD.org>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
---
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 @@
*/
#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>
--
2.51.0
More information about the Newlib
mailing list