diff options
Diffstat (limited to 'contrib/bind9/lib/bind/bsd/readv.c')
-rw-r--r-- | contrib/bind9/lib/bind/bsd/readv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind9/lib/bind/bsd/readv.c b/contrib/bind9/lib/bind/bsd/readv.c index ccfcb5a..eb13bcc 100644 --- a/contrib/bind9/lib/bind/bsd/readv.c +++ b/contrib/bind9/lib/bind/bsd/readv.c @@ -1,5 +1,5 @@ #ifndef LINT -static const char rcsid[] = "$Id: readv.c,v 1.1 2001/03/29 06:30:35 marka Exp $"; +static const char rcsid[] = "$Id: readv.c,v 1.1.352.1 2005/04/27 05:00:43 sra Exp $"; #endif #include "port_before.h" @@ -36,3 +36,4 @@ __readv(fd, vp, vpcount) return (count); } #endif /* NEED_READV */ +/*! \file */ |