summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-16 08:10:41 +0000
committerRoy Marples <roy@marples.name>2008-07-16 08:10:41 +0000
commitc4d4ee1358061ff620679a51b0d620ce4fa1326b (patch)
tree45b8de515adea70a86428b8a78682dfcc921c93d /net.h
parentc969e56974e13ff1fa3204242ce5b2b43e829ad5 (diff)
downloaddhcpcd-c4d4ee1358061ff620679a51b0d620ce4fa1326b.tar.xz
fd -> raw_fd
Diffstat (limited to 'net.h')
-rw-r--r--net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.h b/net.h
index 04a3e6ef..12f13211 100644
--- a/net.h
+++ b/net.h
@@ -101,7 +101,7 @@ struct interface
size_t hwlen;
int arpable;
- int fd;
+ int raw_fd;
int udp_fd;
size_t buffer_size, buffer_len, buffer_pos;
unsigned char *buffer;