diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:28 +0000 |
| commit | dc36d6f9bb1753f3808552f3afd30eda9a7b206a (patch) | |
| tree | ff3d9074f5f308639d273ed92d108921ee199c5c /lib/libc/isc | |
| parent | 5a1d14419a5b620430949a46cb6ee63148a43cb9 (diff) | |
Diffstat (limited to 'lib/libc/isc')
| -rw-r--r-- | lib/libc/isc/ev_streams.c | 3 | ||||
| -rw-r--r-- | lib/libc/isc/ev_timers.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/isc/ev_streams.c b/lib/libc/isc/ev_streams.c index b145a06413e1..aebf757a9755 100644 --- a/lib/libc/isc/ev_streams.c +++ b/lib/libc/isc/ev_streams.c @@ -21,9 +21,6 @@ * vix 04mar96 [initial] */ -#if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_streams.c,v 1.5 2005/04/27 04:56:36 sra Exp $"; -#endif #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 60b222a36a27..07cd2e1d624c 100644 --- a/lib/libc/isc/ev_timers.c +++ b/lib/libc/isc/ev_timers.c @@ -21,9 +21,6 @@ * vix 09sep95 [initial] */ -#if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: ev_timers.c,v 1.6 2005/04/27 04:56:36 sra Exp $"; -#endif /* Import. */ #include "port_before.h" |
