mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
simplify/shorten pledge stub
This commit is contained in:
parent
6b48169fa5
commit
e862768a1f
@ -22,11 +22,7 @@ static char *name = "";
|
||||
static char owner[255];
|
||||
|
||||
#ifndef USE_PLEDGE
|
||||
int
|
||||
pledge(const char *promises, const char *paths[])
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#define pledge(p1,p2) 0
|
||||
#endif
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user