diff options
Diffstat (limited to 'misc/wmwork/files/patch-wmwork.c')
-rw-r--r-- | misc/wmwork/files/patch-wmwork.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/wmwork/files/patch-wmwork.c b/misc/wmwork/files/patch-wmwork.c deleted file mode 100644 index 97a4feacea10..000000000000 --- a/misc/wmwork/files/patch-wmwork.c +++ /dev/null @@ -1,14 +0,0 @@ ---- wmwork.c.orig Sat Oct 19 23:43:16 2002 -+++ wmwork.c Tue Oct 22 02:35:15 2002 -@@ -68,7 +68,11 @@ - *geometry = NULL, - *xdisplay = NULL; - static int signals[] = -+#if defined(__FreeBSD__) -+ {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGTERM, SIGUSR1, SIGUSR2, 0}; -+#else - {SIGALRM, SIGHUP, SIGINT, SIGPIPE, SIGPOLL, SIGTERM, SIGUSR1, SIGUSR2, 0}; -+#endif - XEvent Event; - - assert(sizeof(char) == 1); |