unconditionally disable pledge for now

suggested by deraadt@ since there is still more coming
This commit is contained in:
Brent Cook 2015-10-15 19:33:26 -05:00
parent dadeeb0a2e
commit e8c9210073

View File

@ -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