summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-18 12:07:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-18 12:07:23 +0000
commitf77da47d331b21210bdeb9c5c4c0dc9ccb390103 (patch)
tree07dcee2437c4aee2e1478ab2cae429051cef6340 /irc
parentDepend on syntax_tools and make refactoring work. (diff)
Fix build with new gcc
Notes
Notes: svn path=/head/; revision=85126
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/files/patch-status.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bitchx/files/patch-status.c b/irc/bitchx/files/patch-status.c
new file mode 100644
index 000000000000..5f79467876b7
--- /dev/null
+++ b/irc/bitchx/files/patch-status.c
@@ -0,0 +1,11 @@
+--- source/status.c.orig Fri Jul 18 04:58:48 2003
++++ source/status.c Fri Jul 18 05:02:50 2003
+@@ -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; \
+ \