summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e/cap_get_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* o Add missing initialization of errno from error returns ofrwatson2001-01-091-0/+1
| | | | | | cap_get_fd(), cap_get_file() and cap_get_proc(). Submitted by: jedgar
* o When calling the syscall, use &cap instead of cap. Apparently thisrwatson2000-07-051-1/+1
| | | | | | | error was introduced during the merge; fixing it corrects a (correct) warning about types. Obtained from: TrustedBSD Project
* o Introduce libposix1e capability support routines, which provide arwatson2000-06-041-0/+55
standardized interface to the capability support in TrustedBSD. o Not currently enabled in Makefile, as this code depends on syscalls and include files that will be committed at a later date. Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud