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 48c90f7f66e6..bcfba193855e 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # isc sources .PATH: ${.CURDIR}/isc diff --git a/lib/libc/isc/ev_streams.c b/lib/libc/isc/ev_streams.c index 06bdfad57376..c0575f6e1991 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include "port_before.h" #ifndef _LIBC diff --git a/lib/libc/isc/ev_timers.c b/lib/libc/isc/ev_timers.c index 66fc1861007c..b6894dcb022c 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* Import. */ diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 951af0038a4c..39c9c51b36af 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _EVENTLIB_P_H |