From: deraadt Date: Fri, 9 Oct 2015 01:26:40 +0000 (+0000) Subject: tame -> pledge. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=58857ab480325730531080af904f000ab6538a6e;p=openbsd tame -> pledge. --- diff --git a/include/unistd.h b/include/unistd.h index cf6653ce9a1..6a8fb9a58f9 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.99 2015/09/09 17:56:59 deraadt Exp $ */ +/* $OpenBSD: unistd.h,v 1.100 2015/10/09 01:26:40 deraadt Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- @@ -539,7 +539,7 @@ int strtofflags(char **, u_int32_t *, u_int32_t *); int swapctl(int cmd, const void *arg, int misc); int syscall(int, ...); int getentropy(void *, size_t); -int tame(const char *, const char **paths); +int pledge(const char *, const char **paths); pid_t __tfork_thread(const struct __tfork *, size_t, void (*)(void *), void *); #endif /* __BSD_VISIBLE */