diff options
author | arved <arved@FreeBSD.org> | 2003-07-18 12:07:23 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-18 12:07:23 +0000 |
commit | e28cbdecf7c2b6f85b600a9b1c916b1a41b7a48f (patch) | |
tree | 47512778b4f78786dfeb3c5bf0cb45bcf344d5eb /irc | |
parent | 918be8b74cb889d1bd55018e14225e15ffaa49f7 (diff) | |
download | FreeBSD-ports-e28cbdecf7c2b6f85b600a9b1c916b1a41b7a48f.zip FreeBSD-ports-e28cbdecf7c2b6f85b600a9b1c916b1a41b7a48f.tar.gz |
Fix build with new gcc
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/files/patch-status.c | 11 |
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 0000000..5f79467 --- /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; \ + \ |