[INN-COMMITTERS] inn/frontends (7 files)

Russ Allbery rra at stanford.edu
Wed Oct 4 23:56:09 UTC 2000


    Date: Wednesday, October 4, 2000 @ 16:56:09
  Author: rra

Update of /dist1/cvs/isc/inn/inn/frontends
     from pub3.rc.vix.com:/tmp/cvs-serv18172

Modified: ctlinnd.c feedone.c getlist.c inews.c innconfval.c sm.c sys2nf.c

Clean up old typedefs and #defines.  STATIC to static, BOOL to bool,
SIZE_T to size_t, NORETURN to void, OFFSET_T to off_t, SIGHANDLER to
RETSIGTYPE, STRING to const char *, POINTER to void *, CPOINTER to const
void *, STDIN to STDIN_FILENO (and the same for STDOUT and STDERR), UID_T
to uid_t, GID_T to gid_t, FDSET to fd_set, and PID_T to pid_t.  Where
appropriate, include fcntl.h unconditionally rather than checking
HAVE_FCNTL_H, and use portable/time.h instead of the maze of tests for
time header inclusion.  Remove some unnecessary casts (particularly ones
involving POINTER or one of the above old typedefs) and convert some of
the functions to ANSI C prototypes although this isn't yet complete.  Also
removed some register qualifiers.




More information about the inn-committers mailing list