Closed janstary closed 6 years ago
These definitions are never used anywhere, so drop them. The caddr typedef is used twice; just use char* instead.
The timer macros are not used anywhere, except timeradd, but that gets redefined in multimer anyway (fix whitespace and remove a comment while there).
This only touches the win cruft in sysdep.h, so please test on windows.
Thanks you!
These definitions are never used anywhere, so drop them. The caddr typedef is used twice; just use char* instead.
The timer macros are not used anywhere, except timeradd, but that gets redefined in multimer anyway (fix whitespace and remove a comment while there).
This only touches the win cruft in sysdep.h, so please test on windows.