diff options
| author | Roy Marples <roy@marples.name> | 2020-05-19 16:37:10 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-19 16:37:10 +0100 |
| commit | 28431b6c769baa5aa1e4e08472ecbb3a2f27ca5f (patch) | |
| tree | fc5d2091c875a365427eebfbab2e2afdb115b8b2 /src/if.c | |
| parent | c5445ce8235c153f4f184067ef58249f598d8629 (diff) | |
| download | dhcpcd-28431b6c769baa5aa1e4e08472ecbb3a2f27ca5f.tar.xz | |
Fix compile for prior on NetBSD
Diffstat (limited to 'src/if.c')
| -rw-r--r-- | src/if.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -884,9 +884,6 @@ xsocket(int domain, int type, int protocol) #if !defined(HAVE_SOCK_CLOEXEC) || !defined(HAVE_SOCK_NONBLOCK) int xflags, xtype = type; #endif -#ifdef SO_RERROR - int on; -#endif #ifndef HAVE_SOCK_CLOEXEC if (xtype & SOCK_CLOEXEC) |
