diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
| commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
| tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /lib/libc/isc | |
| parent | a92e32c6e92d43c510782860a055a2d736966c11 (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..ee9da98aeb1e 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.16.1 2010/12/21 17:10: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..4b7a61ea2a81 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.14.1 2010/12/21 17:10: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..c3617e5395c2 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.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* Import. */ diff --git a/lib/libc/isc/eventlib_p.h b/lib/libc/isc/eventlib_p.h index 951af0038a4c..21b0186828e7 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.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _EVENTLIB_P_H |
