[INN-COMMITTERS] inn (22 files)

Russ Allbery Russ_Allbery at isc.org
Sat Jan 18 22:26:50 UTC 2003


    Date: Saturday, January 18, 2003 @ 14:26:49
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

Modified: backends/buffchan.c expire/expire.c frontends/ctlinnd.c
          frontends/inews.c frontends/rnews.c frontends/sys2nf.c
          include/clibrary.h include/macros.h innd/art.c innd/cc.c
          innd/nc.c innd/python.c innd/site.c lib/date.c lib/innconf.c
          lib/parsedate.y nnrpd/post.c storage/expire.c storage/overdata.c
          tests/lib/date-t.c tests/lib/md5-t.c tests/lib/snprintf-t.c

Move ARRAY_SIZE and ARRAY_END into clibrary, with the same definitions as
the old SIZEOF and ENDOF in macros.h.  Change all usages of SIZEOF to
ARRAY_SIZE and ENDOF to ARRAY_END.


------------------------+
 backends/buffchan.c    |    8 ++++----
 expire/expire.c        |    4 ++--
 frontends/ctlinnd.c    |   10 +++++-----
 frontends/inews.c      |   20 ++++++++++----------
 frontends/rnews.c      |    4 ++--
 frontends/sys2nf.c     |    6 +++---
 include/clibrary.h     |   12 ++++++++++--
 include/macros.h       |    7 +------
 innd/art.c             |   14 +++++++-------
 innd/cc.c              |   10 +++++-----
 innd/nc.c              |    8 ++++----
 innd/python.c          |    8 ++++----
 innd/site.c            |    6 +++---
 lib/date.c             |   13 +++++++------
 lib/innconf.c          |   14 +++++++-------
 lib/parsedate.y        |   18 +++++++++---------
 nnrpd/post.c           |   22 +++++++++++-----------
 storage/expire.c       |    6 +++---
 storage/overdata.c     |   14 +++++++-------
 tests/lib/date-t.c     |    4 +---
 tests/lib/md5-t.c      |    4 +---
 tests/lib/snprintf-t.c |    7 ++-----
 22 files changed, 108 insertions(+), 111 deletions(-)


More information about the inn-committers mailing list