[INN-COMMITTERS] inn (44 files)

Russ Allbery Russ_Allbery at isc.org
Sat Jan 18 08:38:08 UTC 2003


    Date: Saturday, January 18, 2003 @ 00:38:05
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

Modified: backends/batcher.c backends/buffchan.c backends/crosspost.c
          backends/innxmit.c backends/map.c backends/nntpget.c
          backends/overchan.c expire/expire.c expire/expireover.c
          expire/fastrm.c expire/makedbz.c expire/makehistory.c
          frontends/ctlinnd.c frontends/feedone.c frontends/getlist.c
          frontends/inews.c frontends/sys2nf.c include/macros.h innd/art.c
          innd/cc.c innd/icd.c innd/inndstart.c innd/nc.c innd/ng.c
          innd/rc.c innd/site.c lib/clientactive.c lib/conffile.c
          lib/confparse.c lib/genid.c lib/getmodaddr.c lib/sendpass.c
          nnrpd/article.c nnrpd/commands.c nnrpd/group.c nnrpd/newnews.c
          nnrpd/nnrpd.c nnrpd/perl.c nnrpd/perm.c nnrpd/post.c
          storage/buffindexed/buffindexed.c storage/expire.c
          storage/interface.c storage/ovdb/ovdb.c

Replace all uses of EQ, EQn, caseEQ, and caseEQn with strcmp, strncmp,
strcasecmp, and strncasecmp, compared with 0.


-----------------------------------+
 backends/batcher.c                |    4 -
 backends/buffchan.c               |   12 ++---
 backends/crosspost.c              |    4 -
 backends/innxmit.c                |    6 +-
 backends/map.c                    |    4 -
 backends/nntpget.c                |    6 +-
 backends/overchan.c               |    4 -
 expire/expire.c                   |   15 +++---
 expire/expireover.c               |    4 -
 expire/fastrm.c                   |    4 -
 expire/makedbz.c                  |    7 +--
 expire/makehistory.c              |   12 ++---
 frontends/ctlinnd.c               |    8 +--
 frontends/feedone.c               |    6 +-
 frontends/getlist.c               |    9 ++-
 frontends/inews.c                 |   34 +++++++-------
 frontends/sys2nf.c                |   82 ++++++++++++++++++++----------------
 include/macros.h                  |    9 ---
 innd/art.c                        |   21 ++++-----
 innd/cc.c                         |   52 +++++++++++-----------
 innd/icd.c                        |    6 +-
 innd/inndstart.c                  |   12 ++---
 innd/nc.c                         |   28 ++++++------
 innd/ng.c                         |    6 +-
 innd/rc.c                         |    8 +--
 innd/site.c                       |    6 +-
 lib/clientactive.c                |    4 -
 lib/conffile.c                    |    4 -
 lib/confparse.c                   |    8 +--
 lib/genid.c                       |    5 +-
 lib/getmodaddr.c                  |    4 -
 lib/sendpass.c                    |    6 +-
 nnrpd/article.c                   |   16 +++----
 nnrpd/commands.c                  |   40 ++++++++---------
 nnrpd/group.c                     |    8 +--
 nnrpd/newnews.c                   |    8 +--
 nnrpd/nnrpd.c                     |   10 ++--
 nnrpd/perl.c                      |    4 -
 nnrpd/perm.c                      |   24 +++++++---
 nnrpd/post.c                      |   28 +++++++-----
 storage/buffindexed/buffindexed.c |    4 -
 storage/expire.c                  |   24 +++++-----
 storage/interface.c               |    6 +-
 storage/ovdb/ovdb.c               |    8 ++-
 44 files changed, 304 insertions(+), 276 deletions(-)


More information about the inn-committers mailing list