yar 2004-10-18 10:02:04 UTC
FreeBSD src repository
Modified files:
lib/libc/sys sendfile.2
Log:
Since sendfile(2) works on regular files only,
which have no negative offsets, "negative" and
"invalid" are equivalent WRT the offset argument.
Suggested by: bde
Revision Changes Path
1.26 +1 -1 src/lib/libc/sys/sendfile.2