diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-01-09 05:40:54 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-01-09 05:40:54 +0000 |
| commit | 695bf79c7cc6a717dc287ed6a9a53d841bdb3cee (patch) | |
| tree | 24415ae9f8800a6fe3f560c96bb25b68daca860d /lib/libc | |
| parent | fe33e45a8039033f56b90b3cb0290967c930a735 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/posix1e/cap_get_fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/cap_get_fd.c b/lib/libc/posix1e/cap_get_fd.c index 77c2099b8d69..5b0197ac4138 100644 --- a/lib/libc/posix1e/cap_get_fd.c +++ b/lib/libc/posix1e/cap_get_fd.c @@ -47,7 +47,7 @@ cap_get_fd(int fd) error = __cap_get_fd(fd, cap); if (error) { - errno = erro; + errno = error; cap_free(cap); return (NULL); } |
