From e8c92100735f1e32d4b6f4a5a2670a0bf98ad1a8 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 15 Oct 2015 19:33:26 -0500 Subject: unconditionally disable pledge for now suggested by deraadt@ since there is still more coming --- include/compat/unistd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 136490b..805c06e 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h @@ -29,8 +29,6 @@ unsigned int sleep(unsigned int seconds); int getentropy(void *buf, size_t buflen); #endif -#ifndef HAVE_PLEDGE #define pledge(request, paths) 0 -#endif #endif -- cgit v1.2.3-55-g6feb