From: Ted Lemon Date: Mon, 2 Jun 1997 23:25:04 +0000 (+0000) Subject: Don't use polling on SunOS4 - it seems to tweak an O.S. Bug. X-Git-Tag: DHCP-970602~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac85c55de5c30abff4273c4bbe838602ab087db;p=thirdparty%2Fdhcp.git Don't use polling on SunOS4 - it seems to tweak an O.S. Bug. --- diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h index 4110d8223..1fe1a04f3 100644 --- a/includes/cf/sunos4.h +++ b/includes/cf/sunos4.h @@ -121,10 +121,6 @@ char *strerror PROTO ((int)); #define NEED_INET_ATON -/* SunOS select() doesn't work on streams, so we have to use poll - - as usual, SysV can't do networking to save its life. */ -#define USE_POLL - /* By default, use NIT API for receiving and sending packets... */ #if defined (USE_DEFAULT_NETWORK) # define USE_NIT