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 */
-
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
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
<