[PATCH 5/7] sys: Remove $FreeBSD$: one-line .h pattern
Sebastian Huber <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
From: Warner Losh <[email protected]> Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/ --- newlib/libc/include/sys/time.h | 1 - newlib/libc/include/sys/timespec.h | 1 - 2 files changed, 2 deletions(-) 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_ -- 2.43.0