diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-10 15:03:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-10 15:03:06 +0000 |
commit | b5f381abfc886e0df4a015af935c915a428afcbc (patch) | |
tree | 14ff2c1a7168f916d5d3efa0aaafa06839cb1e07 /chat/blackened/patches | |
parent | 761487d2795f0b9b2e5fb6a82fbb21019900bbb3 (diff) | |
download | pkgsrc-b5f381abfc886e0df4a015af935c915a428afcbc.tar.gz |
blackened-1.7.1 -- the Blackened IRC client.
Package provided by David Pickworth in pkg/10212, fixed by me.
Diffstat (limited to 'chat/blackened/patches')
-rw-r--r-- | chat/blackened/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/blackened/patches/patch-aa b/chat/blackened/patches/patch-aa new file mode 100644 index 00000000000..cbfd7671475 --- /dev/null +++ b/chat/blackened/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/10 15:03:06 wiz Exp $ + +--- source/help.c.orig Tue Aug 24 20:55:32 1999 ++++ source/help.c +@@ -80,6 +80,7 @@ + + /* Forward declarations */ + ++static void clear_index _((IEntry **)); + static void help_me _((char *, char *)); + static void help_show_paused_topic _((char *)); + static void create_help_window _((void)); |