K 10
svn:author
V 3
rra
K 8
svn:date
V 27
2000-10-05T00:18:54.000000Z
K 7
svn:log
V 496
Add a missing semicolon to the call to PYfilter, change CloseOnExec to
close_on_exec.

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 *, UID_T to uid_t, GID_T to gid_t, FDSET to fd_set, PID_T to pid_t,
and FUNCTYPE to void.  Remove some unnecessary casts (particularly ones
involving POINTER or one of the above old typedefs).

END
