From 0486cc292caafbe9e27c95955fde4aeb718bd378 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 3 Nov 1997 06:53:16 +0000 Subject: [PATCH] fix readv prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3764 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken.h | 2 +- lib/roken/roken.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 7df5c98e6..73d126ca3 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -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 diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 7df5c98e6..73d126ca3 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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