diff options
Diffstat (limited to 'net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch')
-rw-r--r-- | net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch b/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch deleted file mode 100644 index a8709735ab24..000000000000 --- a/net-irc/bitchx/files/bitchx-1.0.19-gcc-3.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN BitchX.orig/source/status.c BitchX/source/status.c ---- BitchX.orig/source/status.c 2003-06-16 21:31:15.000000000 +0200 -+++ BitchX/source/status.c 2003-06-16 21:31:44.000000000 +0200 -@@ -1213,7 +1213,7 @@ - * current-type window, although i think they should go to all windows. - */ - #define STATUS_VAR(x) \ --static char *status_user ## x ## (Window *window) \ -+static char *status_user ## x (Window *window) \ - { \ - char *text; \ - \ |