tame -> pledge.
authorderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 01:26:40 +0000 (01:26 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 9 Oct 2015 01:26:40 +0000 (01:26 +0000)
include/unistd.h

index cf6653c..6a8fb9a 100644 (file)
@@ -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 */