diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-01-25 14:52:10 +0000 |
| commit | 0cac72f42c2f9dfe7953cb3dd7c2e93d1d0c61cf (patch) | |
| tree | c8a27c2bedbb21bf9014b25f896a4e3240049a25 /include | |
| parent | 71207448cf3eb42617320efb36e7aa9d76c4c98e (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 4fe9e4dccfb8..029546149fdb 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -165,6 +165,8 @@ int profil __P((char *, size_t, vm_offset_t, int)); ssize_t pwrite __P((int, const void *, size_t, off_t)); int rcmd __P((char **, int, const char *, const char *, const char *, int *)); +int rcmd_af __P((char **, int, const char *, + const char *, const char *, int *, int)); char *re_comp __P((const char *)); int re_exec __P((const char *)); int readlink __P((const char *, char *, int)); |
