From: Kevin L. Mitchell Date: Fri, 7 Apr 2000 16:46:28 +0000 (+0000) Subject: Author: Kev X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=ded8a26ebb1cf1efe87c53f154d9d7fc5905adda;p=ircu2.10.12-pk.git Author: Kev Log message: Forgot to include support.h in m_clearmode.c for declaration of write_log(); re-ran make depend git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@139 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index 7df0c2c..c64d8e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-07 Kevin L. Mitchell + * ircd/m_clearmode.c: add include for support.h for write_log() + * configure: move ircd/crypt/* to tools/* 2000-04-06 Thomas Helvey @@ -309,7 +311,7 @@ # # ChangeLog for ircu2.10.11 # -# $Id: ChangeLog,v 1.63 2000-04-07 14:53:35 kev Exp $ +# $Id: ChangeLog,v 1.64 2000-04-07 16:46:28 kev Exp $ # # Insert new changes at beginning of the change list. # diff --git a/ircd/Makefile.in b/ircd/Makefile.in index 42e159f..6c12eee 100644 --- a/ircd/Makefile.in +++ b/ircd/Makefile.in @@ -415,7 +415,8 @@ m_clearmode.o: m_clearmode.c ../include/client.h ../include/dbuf.h \ ../include/ircd.h ../include/struct.h ../include/ircd_alloc.h \ ../include/fda.h ../include/ircd_reply.h ../include/ircd_string.h \ ../include/ircd_chattr.h ../include/list.h ../include/msg.h \ - ../include/numeric.h ../include/numnicks.h ../include/send.h + ../include/numeric.h ../include/numnicks.h ../include/send.h \ + ../include/support.h m_close.o: m_close.c ../include/client.h ../include/dbuf.h \ ../include/ircd_defs.h ../include/ircd_handler.h ../include/ircd.h \ ../config/config.h ../config/setup.h ../include/struct.h \ diff --git a/ircd/m_clearmode.c b/ircd/m_clearmode.c index 8153e28..4ae5f26 100644 --- a/ircd/m_clearmode.c +++ b/ircd/m_clearmode.c @@ -100,6 +100,7 @@ #include "numeric.h" #include "numnicks.h" #include "send.h" +#include "support.h" #include