remove error pledge, die hard.

This commit is contained in:
Joris Vink 2019-11-03 19:52:47 +01:00
parent 811b2eb3f0
commit 068b295427
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static struct kevent *events = NULL;
static u_int32_t event_count = 0;
#if defined(KORE_USE_PLATFORM_PLEDGE)
static char pledges[256] = { "stdio rpath inet error" };
static char pledges[256] = { "stdio rpath inet" };
#endif
void