On Wed, 18 May 2016 18:50:15 +0200
Kamil Cholewiński <harry6...@gmail.com> wrote:

Hey Kamil,

> Included are pledge(2) diffs for dwm, dmenu, st and slock. I've been
> testing these for a week now (both stress-tests and normal usage), and I
> have no ill effects to report.

I would never welcome this, but I'm glad to make an exception for
pledge(). Use the define trick

 #ifndef __OpenBSD__
 int pledge(const char *promises, const char *paths[]) { return 0; }
 #endif

though.

Cheers

FRIGN

-- 
FRIGN <d...@frign.de>

Reply via email to