summaryrefslogtreecommitdiff
path: root/x11-wm/wm2/files/patch-General.h
blob: 69f2da0e7d23b915b275f5fa53f0713ac4e76c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- General.h.orig	1997-03-21 11:12:30 UTC
+++ General.h
@@ -40,7 +40,7 @@ typedef char Boolean;
     struct sigaction sAct; \
     (void)sigemptyset(&sAct.sa_mask); \
     sAct.sa_flags = 0; \
-    sAct.sa_handler = (SIGNAL_CALLBACK_TYPE(y)); \
+    sAct.sa_handler = y; \
     (void)sigaction((x), &sAct, NULL); \
   } while (0)