diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-04 00:06:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-04 00:06:24 +0000 |
commit | a6de67febb4b7232985916cd24069fc97cb29c24 (patch) | |
tree | defef93447509bbfc23de07892ba5ca859bbe5c7 /misc/wmwork/files | |
parent | 57a028c2fe415f112fab9d7c667f0d402bb98004 (diff) | |
download | ports-a6de67febb4b7232985916cd24069fc97cb29c24.tar.gz ports-a6de67febb4b7232985916cd24069fc97cb29c24.zip |
Notes
Diffstat (limited to 'misc/wmwork/files')
-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); |