remove k&r prototype

master
leitner 5 months ago
parent e7a4cd490d
commit 328ca85792

@ -5,6 +5,5 @@
#include <sys/types.h>
#include <sys/time.h>
extern int select();
#endif

@ -10,6 +10,4 @@
/* braindead BSD uses bzero in FD_ZERO but doesn't #include string.h */
#include <string.h>
extern int select();
#endif

Loading…
Cancel
Save