[dev] [ii] [PATCH] Add OpenBSD unveil support

2020-06-30 Thread messw1thdbest
Adds unveil(2) support to ii. --- ii.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ii.c b/ii.c index 7ca3ee8..d7f66ff 100644 --- a/ii.c +++ b/ii.c @@ -829,7 +829,7 @@ main(int argc, char *argv[]) #ifdef __OpenBSD__ /* OpenBSD pledge(2) support */ -

[dev] Re: [slstatus] temperature module acts wierd on OpenBSD

2020-06-16 Thread messw1thdbest
al Message ‐‐‐ On Tuesday, June 16, 2020 5:33 PM, messw1thdbest wrote: > Hi Suckless > > I think there is a problem with the temperature module, > that is, on OpenBSD it only prints one digit, > which by the way doesn't even change (stuck at 5). > > By making a small c

[dev] [slstatus] temperature module acts wierd on OpenBSD

2020-06-16 Thread messw1thdbest
Hi Suckless I think there is a problem with the temperature module, that is, on OpenBSD it only prints one digit, which by the way doesn't even change (stuck at 5). By making a small change, it now works properly. (I also removed stdio.h which looks unnecessary) 22d21 < #include 48c47 <