diff options
| author | Roy Marples <roy@marples.name> | 2008-07-23 17:06:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-23 17:06:42 +0000 |
| commit | b8b4be9a39e91342c91e493ce2e08c00d0177aa8 (patch) | |
| tree | ee2ad95243ab6b0c06485c227cd72ef96762936f /net.h | |
| parent | 482f13c723f9353308e869d006771c717e440cd9 (diff) | |
| download | dhcpcd-b8b4be9a39e91342c91e493ce2e08c00d0177aa8.tar.xz | |
Remove #ifdefs to disable specific bits of code. We now build everything - we're small enough :)
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -103,9 +103,7 @@ struct interface int raw_fd; int udp_fd; -#ifdef ENABLE_ARP int arp_fd; -#endif int link_fd; size_t buffer_size, buffer_len, buffer_pos; unsigned char *buffer; @@ -170,9 +168,7 @@ ssize_t send_raw_packet(const struct interface *, int, const void *, ssize_t); ssize_t get_raw_packet(struct interface *, int, void *, ssize_t); -#ifdef ENABLE_ARP int send_arp(const struct interface *, int, in_addr_t, in_addr_t); -#endif int open_link_socket(struct interface *); int link_changed(struct interface *); |
