commit 068b295427700f889b6bfe3dd0975050868b89ee
parent 811b2eb3f0660c799e68e67f72d6ab82ca73965b
Author: Joris Vink <joris@coders.se>
Date: Sun, 3 Nov 2019 19:52:47 +0100
remove error pledge, die hard.
Diffstat:
src/bsd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bsd.c b/src/bsd.c
@@ -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