summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-28 00:15:43 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-28 00:15:43 +0000
commitc9885518de2f8c1da3530130cbd3a5ed88f09a28 (patch)
treeef8b51b7909ca8da3340038a26cdd405f3576f40 /include
parent4e08ccb2ffe596eee3a388d9c51876938b94682c (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
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);