summaryrefslogtreecommitdiff
path: root/app/xenodm
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-11-06 13:40:34 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2016-11-06 13:40:34 +0000
commitdcb835e1b709031a86227b18059770dfbff42536 (patch)
treedfa339d9ef84efafe2fa85dc7968c77470f5341a /app/xenodm
parentd547ce4143e877372dac8ac2586ecd67d921bab4 (diff)
The SIGFUNC type definition is unused now
Diffstat (limited to 'app/xenodm')
-rw-r--r--app/xenodm/include/dm.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/app/xenodm/include/dm.h b/app/xenodm/include/dm.h
index 4a107b2a2..82024f63c 100644
--- a/app/xenodm/include/dm.h
+++ b/app/xenodm/include/dm.h
@@ -314,12 +314,9 @@ extern void WaitForChild (void);
* CloseOnFork flags
*/
-# define CLOSE_ALWAYS 0
-# define LEAVE_FOR_DISPLAY 1
-
-# include <stdlib.h>
-
-typedef void (*SIGFUNC)(int);
+#define CLOSE_ALWAYS 0
+#define LEAVE_FOR_DISPLAY 1
+#include <stdlib.h>
#endif /* _DM_H_ */