Consolidate #include <sys/time.h> so libbb.h does it.

This commit is contained in:
Rob Landley
2006-05-27 21:42:58 +00:00
parent d244bc1a57
commit 299a6b4d7b
40 changed files with 2 additions and 46 deletions

View File

@@ -45,13 +45,6 @@ enum { DOTRACE = 1 };
#define TRACE(x, y)
#endif
#if 0
#define USE_POLL
#include <sys/poll.h>
#else
#include <sys/time.h>
#endif
#define DATABUFSIZE 128
#define IACBUFSIZE 128