diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-06 13:40:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-11-06 13:40:34 +0000 |
commit | dcb835e1b709031a86227b18059770dfbff42536 (patch) | |
tree | dfa339d9ef84efafe2fa85dc7968c77470f5341a /app/xenodm | |
parent | d547ce4143e877372dac8ac2586ecd67d921bab4 (diff) |
The SIGFUNC type definition is unused now
Diffstat (limited to 'app/xenodm')
-rw-r--r-- | app/xenodm/include/dm.h | 9 |
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_ */ |