[v2,4/8] Remove $FreeBSD$: one-line .c pattern

Message ID 20260620095210.2530342-5-sebastian.huber@embedded-brains.de
State New
Headers
Series Synchronize *div() implementations with FreeBSD |

Commit Message

Sebastian Huber June 20, 2026, 9:52 a.m. UTC
  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(-)
  

Patch

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>