summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-04 22:58:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-04 22:58:25 +0000
commitc5452747713bd11f1771001d444a756b5ed39a73 (patch)
tree27518f0853b8858f902982c7219a8a25e1a87c9b /include/unistd.h
parent1ab2cc9c93c28ccaaf733011dce6a18022038e4b (diff)
express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step]
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 0f1aa0487fd..bc6219984d9 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.81 2013/11/22 21:32:49 millert Exp $ */
+/* $OpenBSD: unistd.h,v 1.82 2013/12/04 22:58:24 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -505,8 +505,6 @@ int rcmd_af(char **, int, const char *,
const char *, const char *, int *, int);
int rcmdsh(char **, int, const char *,
const char *, const char *, char *);
-char *re_comp(const char *);
-int re_exec(const char *);
int reboot(int);
int revoke(const char *);
int rresvport(int *);
@@ -525,8 +523,6 @@ int setlogin(const char *);
void *setmode(const char *);
int setresgid(gid_t, gid_t, gid_t);
int setresuid(uid_t, uid_t, uid_t);
-int setrgid(gid_t);
-int setruid(uid_t);
void setusershell(void);
int strtofflags(char **, u_int32_t *, u_int32_t *);
int swapctl(int cmd, const void *arg, int misc);