diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-12-31 22:57:14 +0000 |
commit | 8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch) | |
tree | 1b808490e2ba26bfe983f82bd41a2b36a6127322 /lib/libc/isc | |
parent | a1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff) |
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..3c7820c16538 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.8.1 2008/11/25 02:59:29 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..e20d163b7c31 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.6.1 2008/11/25 02:59:29 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..4b4ac0cdd0ee 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.6.1 2008/11/25 02:59:29 kensmith Exp $"); /* Import. */ diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 951af0038a4c..9cb954964885 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.6.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _EVENTLIB_P_H |