check for pledge(2)

This commit is contained in:
Brent Cook
2015-10-12 15:34:03 -05:00
parent 41cebd325f
commit ff52e6f4e3
2 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ unsigned int sleep(unsigned int seconds);
int getentropy(void *buf, size_t buflen);
#endif
#ifndef HAVE_TAME
#define tame(request, paths) 0
#ifndef HAVE_PLEDGE
#define pledge(request, paths) 0
#endif
#endif