"Kevin L. Mitchell" <[EMAIL PROTECTED]> writes:

> On Tue, 2004-12-28 at 17:32, Entrope wrote:
> > Committer  : entrope
> > CVSROOT    : /cvsroot/undernet-ircu
> > Module     : ircu2.10
> > Commit time: 2004-12-28 22:32:08 UTC
> > 
> > Modified files:
> >      ircd/match.c ircd/ircd.c ircd/gline.c
> > 
> > Log message:
> > 
> > Eliminate use of TRUE and FALSE and functions from <arpa/inet.h>.
> > 
> > ---------------------- diff included ----------------------
> > Index: ircu2.10/ircd/gline.c
> > diff -u ircu2.10/ircd/gline.c:1.55 ircu2.10/ircd/gline.c:1.56
> 
> Hmmm...seems you left out ChangeLog...
> -- 
> Kevin L. Mitchell <[EMAIL PROTECTED]>

I realized that and remedied it a few minutes later (ChangeLog
revision 1.525, entry below).  Your guess is as good as mine as to why
the list dropped that one -- I haven't gotten the mails for two other
commits I made, either.

Michael Poole

2004-12-28  Michael Poole <[EMAIL PROTECTED]>

        * ircd/match.c: Remove obsolete #include <arpa/inet.h>.
        (ipmask_parse_ipv4): We already parse the dotted quads from the
        input string, so use them instead of inet_addr() to populate
        out->s_addr.

        * ircd/gline.c: Remove obsolete #includes <arpa/inet.h>, "sys.h".
        (do_gline): Pass SHOW_IP instead of TRUE as argument to
        get_client_name().

        * ircd/ircd.c (try_connections): Revise to use fewer temporary
        variables.

Reply via email to