fix readv prototype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3764 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-03 06:53:16 +00:00
parent 4cda4d0b14
commit 0486cc292c
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ writev(int d, const struct iovec *iov, int iovcnt);
#ifndef HAVE_READV
ssize_t
readv(int d, const struct iovec *iov, int iovcnt)
readv(int d, const struct iovec *iov, int iovcnt);
#endif
#ifndef HAVE_FLOCK

View File

@@ -250,7 +250,7 @@ writev(int d, const struct iovec *iov, int iovcnt);
#ifndef HAVE_READV
ssize_t
readv(int d, const struct iovec *iov, int iovcnt)
readv(int d, const struct iovec *iov, int iovcnt);
#endif
#ifndef HAVE_FLOCK