* 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
15 lines
337 B
C
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"
|