From 85a4a9699e8c541feec9e2efad671ed892a0ab3c Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 27 Apr 2017 13:49:57 +0200 Subject: simplify pledge stub: add to util.h --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index b731ce6..11b8985 100644 --- a/util.h +++ b/util.h @@ -2,6 +2,8 @@ #include #ifdef USE_PLEDGE #include +#else +#define pledge(p1,p2) 0 #endif #undef strlcat -- cgit v1.2.3