diff options
Diffstat (limited to 'lib/libc/isc')
-rw-r--r-- | lib/libc/isc/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/isc/ev_streams.c | 2 | ||||
-rw-r--r-- | lib/libc/isc/ev_timers.c | 2 | ||||
-rw-r--r-- | lib/libc/isc/eventlib_p.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/isc/Makefile.inc b/lib/libc/isc/Makefile.inc index 48c90f7f66e6e..a7512ab0381c0 100644 --- a/lib/libc/isc/Makefile.inc +++ b/lib/libc/isc/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/isc/Makefile.inc,v 1.1 2006/03/21 15:37:16 ume Exp $ # isc sources .PATH: ${.CURDIR}/isc diff --git a/lib/libc/isc/ev_streams.c b/lib/libc/isc/ev_streams.c index 06bdfad57376a..bc662b9d0cf13 100644 --- a/lib/libc/isc/ev_streams.c +++ b/lib/libc/isc/ev_streams.c @@ -23,7 +23,7 @@ static const char rcsid[] = "$Id: ev_streams.c,v 1.4.18.1 2005/04/27 05:01:06 sra Exp $"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/isc/ev_streams.c,v 1.3 2007/06/03 17:20:26 ume Exp $"); #include "port_before.h" #ifndef _LIBC diff --git a/lib/libc/isc/ev_timers.c b/lib/libc/isc/ev_timers.c index 66fc1861007ce..a63764d988d6a 100644 --- a/lib/libc/isc/ev_timers.c +++ b/lib/libc/isc/ev_timers.c @@ -23,7 +23,7 @@ static const char rcsid[] = "$Id: ev_timers.c,v 1.5.18.1 2005/04/27 05:01:06 sra Exp $"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/isc/ev_timers.c,v 1.3 2007/06/03 17:20:26 ume Exp $"); /* Import. */ diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 951af0038a4cb..872435f3f0b5c 100644 --- a/lib/libc/isc/eventlib_p.h +++ b/lib/libc/isc/eventlib_p.h @@ -20,7 +20,7 @@ * \author vix 09sep95 [initial] * * $Id: eventlib_p.h,v 1.5.18.4 2006/03/10 00:20:08 marka Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libc/isc/eventlib_p.h,v 1.5 2007/06/03 17:20:26 ume Exp $ */ #ifndef _EVENTLIB_P_H |