diff options
author | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2007-06-03 17:02:29 +0000 |
commit | 09efba1c33e3e58c865d7f628c4f48e47d74bcd0 (patch) | |
tree | 37db930e1836f041765b4901eb81bf8111d6b91c /lib/libc/include/isc/eventlib.h | |
parent | 8117f4670d71143e1101ea105a8889f90ffcb4e6 (diff) | |
parent | 50b2307361fc1eba9b79963194fda27849a4994c (diff) | |
download | FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.zip FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r170242,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc/include/isc/eventlib.h')
-rw-r--r-- | lib/libc/include/isc/eventlib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/include/isc/eventlib.h b/lib/libc/include/isc/eventlib.h index 033b312..598c71c 100644 --- a/lib/libc/include/isc/eventlib.h +++ b/lib/libc/include/isc/eventlib.h @@ -18,7 +18,7 @@ /* eventlib.h - exported interfaces for eventlib * vix 09sep95 [initial] * - * $Id: eventlib.h,v 1.1.2.1.4.2 2005/07/28 07:43:18 marka Exp $ + * $Id: eventlib.h,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $ */ #ifndef _EVENTLIB_H @@ -200,3 +200,5 @@ int evDefer __P((evContext, evWaitFunc, void *)); #endif #endif /*_EVENTLIB_H*/ + +/*! \file */ |