]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove bogus assignments of libc syscall stub return values to errno;
authortmm <tmm@FreeBSD.org>
Tue, 24 Apr 2001 20:50:42 +0000 (20:50 +0000)
committertmm <tmm@FreeBSD.org>
Tue, 24 Apr 2001 20:50:42 +0000 (20:50 +0000)
commit2d5016b9030b8d30fe7da34abe818822947c208f
tree34e2084991d6ffb9d4096a9bda244b04d213881b
parentae091bd9b27772cf7a6b60658a6cae629e24cedb
Remove bogus assignments of libc syscall stub return values to errno;
the stubs do errno assignments and return -1 in this case, so that errno
would end up with this value.

Approved by: rwatson
lib/libc/posix1e/cap_get_fd.c
lib/libc/posix1e/cap_get_file.c
lib/libc/posix1e/cap_get_proc.c