From c5452747713bd11f1771001d444a756b5ed39a73 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 4 Dec 2013 22:58:25 +0000 Subject: 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] --- include/unistd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/unistd.h') 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); -- cgit v1.2.3