From 48283cb0b8a84e76eb3be19acbef35d669fca811 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Tue, 2 Dec 2003 01:55:30 +0000 Subject: Make BitchX compile with GCC3 --- chat/bitchx/patches/patch-am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 chat/bitchx/patches/patch-am diff --git a/chat/bitchx/patches/patch-am b/chat/bitchx/patches/patch-am new file mode 100644 index 00000000000..f60fb8ddb44 --- /dev/null +++ b/chat/bitchx/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2003/12/02 01:55:30 jmcneill Exp $ + +--- source/status.c.orig 2003-12-01 21:52:00.000000000 -0400 ++++ source/status.c 2003-12-01 21:52:43.000000000 -0400 +@@ -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; \ + \ -- cgit v1.2.3