diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libc/isc | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (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..a7512ab0381c 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 06bdfad57376..bc662b9d0cf1 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 66fc1861007c..a63764d988d6 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 951af0038a4c..872435f3f0b5 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 |
