[INN-COMMITTERS] inn/innfeed (15 files)

Russ Allbery Russ_Allbery at isc.org
Mon Oct 7 06:52:25 UTC 2002


    Date: Sunday, October 6, 2002 @ 23:52:23
  Author: rra
    Path: /dist1/cvs/isc/inn/inn/innfeed

Modified: Makefile article.c config_l.c configfile.h configfile.l
          configfile.y connection.c endpoint.c host.c imap_connection.c
          innlistener.c main.c misc.c tape.c
 Removed: msgs.h

Remove msgs.h by taking all of the message strings that it defined and
instead using the real strings everywhere they were used.  However useful
centralizing the message strings may have been, it wasn't being maintained
and isn't the INN coding style.

Eliminate all the remaining warnings.  The warnings that are still left are
not really valid (although one or two may be eliminated with a bit more
work).


-------------------+
 Makefile          |   46 ++---
 article.c         |   41 ++---
 config_l.c        |   84 +++++-----
 configfile.h      |    5 
 configfile.l      |   32 ++-
 configfile.y      |   33 ++--
 connection.c      |  418 ++++++++++++++++++++++++++++------------------------
 endpoint.c        |   40 ++--
 host.c            |  177 +++++++++++++---------
 imap_connection.c |   33 ++--
 innlistener.c     |   49 ++----
 main.c            |   62 +++----
 misc.c            |   46 ++---
 msgs.h            |  282 -----------------------------------
 tape.c            |  105 +++++++------
 15 files changed, 651 insertions(+), 802 deletions(-)


More information about the inn-committers mailing list