[INN-COMMITTERS] inn/backends (14 files)

Russ Allbery rra at stanford.edu
Wed Oct 4 23:45:12 UTC 2000


    Date: Wednesday, October 4, 2000 @ 16:45:12
  Author: rra

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

Modified: archive.c batcher.c buffchan.c crosspost.c cvtbatch.c filechan.c
          inndf.c innxbatch.c innxmit.c map.c nntpget.c overchan.c
          shlock.c shrinkfile.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 *, 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.




More information about the inn-committers mailing list