fix readv prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3764 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -250,7 +250,7 @@ writev(int d, const struct iovec *iov, int iovcnt);
|
|||||||
|
|
||||||
#ifndef HAVE_READV
|
#ifndef HAVE_READV
|
||||||
ssize_t
|
ssize_t
|
||||||
readv(int d, const struct iovec *iov, int iovcnt)
|
readv(int d, const struct iovec *iov, int iovcnt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_FLOCK
|
#ifndef HAVE_FLOCK
|
||||||
|
@@ -250,7 +250,7 @@ writev(int d, const struct iovec *iov, int iovcnt);
|
|||||||
|
|
||||||
#ifndef HAVE_READV
|
#ifndef HAVE_READV
|
||||||
ssize_t
|
ssize_t
|
||||||
readv(int d, const struct iovec *iov, int iovcnt)
|
readv(int d, const struct iovec *iov, int iovcnt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_FLOCK
|
#ifndef HAVE_FLOCK
|
||||||
|
Reference in New Issue
Block a user