[INN-COMMITTERS] inn/nnrpd (5 files)
Russ Allbery
rra at stanford.edu
Thu Oct 5 00:53:59 UTC 2000
Date: Wednesday, October 4, 2000 @ 17:53:58
Author: rra
Update of /dist1/cvs/isc/inn/inn/nnrpd
from pub3.rc.vix.com:/tmp/cvs-serv21037
Modified: article.c newnews.c nnrpd.c post.c post.h
Clean up old typedefs and #defines. STATIC to static, BOOL to bool,
SIGHANDLER to RETSIGTYPE, NORETURN to void, 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, PID_T to pid_t, and FUNCTYPE to void. 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
and fixed some minor style things.
More information about the inn-committers
mailing list