From e862768a1f396da6d013570941faefeced61351f Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 12 Mar 2017 19:49:14 +0100 Subject: simplify/shorten pledge stub --- stagit.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stagit.c') diff --git a/stagit.c b/stagit.c index 973543f..c3693c7 100644 --- a/stagit.c +++ b/stagit.c @@ -69,11 +69,7 @@ static FILE *rcachefp, *wcachefp; static const char *cachefile; #ifndef USE_PLEDGE -int -pledge(const char *promises, const char *paths[]) -{ - return 0; -} +#define pledge(p1,p2) 0 #endif void -- cgit v1.2.3