From: Roy Marples Date: Thu, 10 Jul 2008 13:06:14 +0000 (+0000) Subject: No need for these defines anymore. X-Git-Tag: v4.0.2~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa581d1cdcd4c797fbb79e12e4f9c5ecb7f5d35a;p=thirdparty%2Fdhcpcd.git No need for these defines anymore. --- diff --git a/client.c b/client.c index 56e0ce6b..506e1d91 100644 --- a/client.c +++ b/client.c @@ -91,11 +91,6 @@ #define SOCKET_CLOSED 0 #define SOCKET_OPEN 1 -/* Indexes for pollfds */ -#define POLLFD_SIGNAL 0 -#define POLLFD_IFACE 1 -#define POLLFD_ARP 2 - /* These are really for IPV4LL, RFC 3927. * We multiply some numbers by 1000 so they are suitable for use in poll(). */ #define PROBE_WAIT 1