pkgsrc/chat/xaric/patches/patch-source_iflist.c
shattered b20850d9a7 Update to 0.13.6. Changes:
* ncommand.c - fix /names * to replace * with current channel.
* fix dcc - its not perfect, but it works (let me know if there are
* /topic * now does the expected thing. same for /untopic *
* fix "/names" to work when not in a channel
2013-07-21 11:29:55 +00:00

15 lines
337 B
C

$NetBSD: patch-source_iflist.c,v 1.2 2013/07/21 11:29:55 shattered Exp $
--- iflist.c.orig 2001-11-24 09:07:57.000000000 +0100
+++ iflist.c 2012-01-24 20:36:11.838890687 +0100
@@ -38,6 +38,10 @@
# include <assert.h>
#endif
+#ifdef __sun
+#include <sys/sockio.h>
+#endif
+
#include "irc.h"
#include "ircaux.h"
#include "iflist.h"