From 0558b02e94ad27dd89619aa0fb5045133a983ca6 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 6 Nov 2016 13:40:34 +0000 Subject: The SIGFUNC type definition is unused now --- include/dm.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/dm.h b/include/dm.h index 4a107b2..82024f6 100644 --- a/include/dm.h +++ b/include/dm.h @@ -314,12 +314,9 @@ extern void WaitForChild (void); * CloseOnFork flags */ -# define CLOSE_ALWAYS 0 -# define LEAVE_FOR_DISPLAY 1 - -# include - -typedef void (*SIGFUNC)(int); +#define CLOSE_ALWAYS 0 +#define LEAVE_FOR_DISPLAY 1 +#include #endif /* _DM_H_ */ -- cgit v1.2.3