K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2000-10-05T00:53:58.000000Z
K 7
svn:log
V 532
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.

END
