telnetd/sys/cdefs.h
Stephen Heumann de9fad8d67 More small changes for GNO and ORCA/C compatibility.
In particular, address a couple instances where GNO's sockets implementation doesn't comply with modern standards.
Also, add a few missing prototypes so we can use ORCA/C prototype-checking lint functionality.
2015-05-31 19:52:28 -05:00

10 lines
294 B
C

/* We use this as a hack to define stuff in every file, since they all
* #include <sys/cdefs.h> first. When compiling with occ, this file will
* be included in preference to the system header of the same name. */
#ifdef __GNO__
# define __unused
#endif
#include "/usr/include/sys/cdefs.h"