diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-26 01:54:10 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-26 01:54:10 +0000 |
commit | 198876b2957c4927bee119d959edcf90dca5326c (patch) | |
tree | 4a831d17b19abcb97599a52fc3557d96e9aef824 /include | |
parent | ac2a6151bdd6d28dc4f8c26284cc08a9d15466dd (diff) |
Hide many (194!) symbols that nothing should be using.
Delete exect(2); it wasn't portable across archs and nothing used it.
ports test build by naddy@
ok deraadt@ kettenis@
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 7fb8c7c0c61..22a167ee66a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.97 2014/12/13 20:42:41 tedu Exp $ */ +/* $OpenBSD: unistd.h,v 1.98 2015/08/26 01:54:08 guenther Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -489,7 +489,6 @@ int closefrom(int); int crypt_checkpass(const char *, const char *); int crypt_newhash(const char *, const char *, char *, size_t); void endusershell(void); -int exect(const char *, char * const *, char * const *); char *fflagstostr(u_int32_t); int getdomainname(char *, size_t) __attribute__ ((__bounded__(__string__,1,2))); |