[5/7] sys: Remove $FreeBSD$: one-line .h pattern

Message ID 20250710021918.112394-6-sebastian.huber@embedded-brains.de
State New
Headers
Series Synchronize <sys/time.h> with FreeBSD |

Commit Message

Sebastian Huber July 10, 2025, 2:19 a.m. UTC
  From: Warner Losh <imp@FreeBSD.org>

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
---
 newlib/libc/include/sys/time.h     | 1 -
 newlib/libc/include/sys/timespec.h | 1 -
 2 files changed, 2 deletions(-)
  

Patch

diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h
index aa702980c..556282912 100644
--- a/newlib/libc/include/sys/time.h
+++ b/newlib/libc/include/sys/time.h
@@ -33,7 +33,6 @@ 
  * SUCH DAMAGE.
  *
  *	@(#)time.h	8.5 (Berkeley) 5/4/95
- * $FreeBSD: head/sys/sys/time.h 346176 2019-04-13 04:46:35Z imp $
  */
 
 #ifndef _SYS_TIME_H_
diff --git a/newlib/libc/include/sys/timespec.h b/newlib/libc/include/sys/timespec.h
index 2505cef89..fd9d64b3e 100644
--- a/newlib/libc/include/sys/timespec.h
+++ b/newlib/libc/include/sys/timespec.h
@@ -28,7 +28,6 @@ 
  *
  *	@(#)time.h	8.5 (Berkeley) 5/4/95
  * from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp
- *	$FreeBSD$
  */
 
 #ifndef _SYS_TIMESPEC_H_