Revision 2d6598dbc1ec5e39b8bf10614d7d5b576e4660d3 authored by Paul Saab on 20 September 2000, 21:37:01 UTC, committed by Paul Saab on 20 September 2000, 21:37:01 UTC
[rev 1.36]
Yank out the NOPOLL conditionals.

[rev 1.37]
Change from using poll(2) to kqueue/kevent.
1 parent c9d5d9f
Raw File
malloc.h
#if __GNUC__
#warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif

#include <stdlib.h>
back to top