aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-02-05 18:42:36 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-02-05 18:42:36 +0000
commit418d67b0d998883a0a2ea7ff6118592ea09867a7 (patch)
tree031dae41dbe808050d7622c806541302a5056186 /include
parentdfd9528b3005ef25b6e52ef6d2f719ea0976ae53 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 6aaefdb8a584..f4deeb5c9eb2 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -134,7 +134,6 @@ int ftruncate __P((int, off_t));
#endif
int getdomainname __P((char *, int));
int getdtablesize __P((void));
-char *getflags __P((u_long, char *));
int getgrouplist __P((const char *, int, int *, int *));
long gethostid __P((void));
int gethostname __P((char *, int));
@@ -182,7 +181,6 @@ int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
int setdomainname __P((const char *, int));
int setegid __P((gid_t));
int seteuid __P((uid_t));
-int setflags __P((char **, u_long *, u_long *));
int setgroups __P((int, const gid_t *));
void sethostid __P((long));
int sethostname __P((const char *, int));