diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
| commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
| tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /lib/libc/isc | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'lib/libc/isc')
| -rw-r--r-- | lib/libc/isc/ev_streams.c | 2 | ||||
| -rw-r--r-- | lib/libc/isc/ev_timers.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/isc/ev_streams.c b/lib/libc/isc/ev_streams.c index 59f01eda6a3f..254005738226 100644 --- a/lib/libc/isc/ev_streams.c +++ b/lib/libc/isc/ev_streams.c @@ -25,8 +25,6 @@ static const char rcsid[] = "$Id: ev_streams.c,v 1.5 2005/04/27 04:56:36 sra Exp $"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "port_before.h" #ifndef _LIBC #include "fd_setsize.h" diff --git a/lib/libc/isc/ev_timers.c b/lib/libc/isc/ev_timers.c index 94a7b003f529..4dcc8f05bc3a 100644 --- a/lib/libc/isc/ev_timers.c +++ b/lib/libc/isc/ev_timers.c @@ -25,8 +25,6 @@ static const char rcsid[] = "$Id: ev_timers.c,v 1.6 2005/04/27 04:56:36 sra Exp $"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* Import. */ #include "port_before.h" |
