diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-28 00:15:43 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-28 00:15:43 +0000 |
| commit | c9885518de2f8c1da3530130cbd3a5ed88f09a28 (patch) | |
| tree | ef8b51b7909ca8da3340038a26cdd405f3576f40 /include | |
| parent | 4e08ccb2ffe596eee3a388d9c51876938b94682c (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index c101a1ed222d..2fd898e31d49 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -437,6 +437,7 @@ struct timeval; /* select(2) */ int acct(const char *); int async_daemon(void); int brk(const void *); +int check_utility_compat(const char *); int chroot(const char *); const char * crypt_get_format(void); |
