From 15c172c8c608645379bc798edd588dc6134325e1 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 6 Oct 2022 17:21:46 -0400 Subject: Openbsd --- dwm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 09a258f..5046d2d 100644 --- a/dwm.c +++ b/dwm.c @@ -241,7 +241,9 @@ static void setup(void); static void seturgent(Client *c, int urg); static void showhide(Client *c); static void sigchld(int unused); +#ifndef __OpenBSD__ static void sigstatusbar(const Arg *arg); +#endif static void sighup(int unused); static void sigterm(int unused); static void spawn(const Arg *arg); @@ -1967,6 +1969,7 @@ sigterm(int unused) quit(&a); } +#ifndef __OpenBSD__ void sigstatusbar(const Arg *arg) { @@ -1980,6 +1983,7 @@ sigstatusbar(const Arg *arg) sigqueue(statuspid, SIGRTMIN+statussig, sv); } +#endif void spawn(const Arg *arg) -- cgit v1.2.3