X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=ecce833ea533a29289ad0cdf1e1b5ef47afc9813;hb=3f41f9d9261ceca571ecdf3f8f075c94b21281de;hp=bb75115db78c4ab41e864c282903b2e4d7c74d11;hpb=1a4ee46458df1e62691a514e8571dbf628a6e310;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index bb75115..ecce833 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-07-09 Kevin L. Mitchell + + * ircd/os_bsd.c (os_get_rusage): move buf into the two ifdef'd + sections so that if neither is used, the declaration of buf will + not elicit an "unused variable" warning under NetBSD + + * ircd/m_map.c: include string.h to declare strcpy (fix warnings + on alpha) + + * ircd/m_away.c: include string.h to declare strcpy/strlen (fix + warnings on alpha) + + * ircd/ircd_log.c: include string.h to declare strcpy/strlen (fix + warnings on alpha) + + * ircd/client.c: include string.h to declare memset (fix warnings + on alpha) + + * ircd/channel.c: remove unused functions next_overlapped_ban, + del_banid, and is_deopped (fix warnings under -O1) + + * ircd/IPcheck.c: include string.h to declare memset/memcpy (fix + warnings on alpha) + 2001-06-29 Kevin L. Mitchell * ircd/s_user.c (set_user_mode): clear the snomask if the user