Re: sendfile() documentation

=?iso-8859-1?Q?Johnny_Teve=DFen?= (j.tevessen@gmx.net)
Wed, 16 Dec 1998 16:07:15 +0100


Quoting Pawel Krawczyk (kravietz@tau.ceti.com.pl):

> _syscall4(ssize_t,sendfile,int,fdo,int,fdi,off_t,off,size_t,size);

Shouldn't this be:

_syscall4(ssize_t,sendfile,int,fdo,int,fdi,off_t*,off,size_t,size)

?

johnny

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/