@@ -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
The note is not visible to the blocked user.