summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-15 11:12:44 +0000
committerRoy Marples <roy@marples.name>2008-05-15 11:12:44 +0000
commit3581b92aa447e9a29952aafc13d74aaa38415abf (patch)
tree1fcd142544545a1966f39049b4b27ca74eb0604f /net.h
parentb1009e62b221f6ca2d84818766547b92cee64564 (diff)
downloaddhcpcd-3581b92aa447e9a29952aafc13d74aaa38415abf.tar.xz
Fix some valgrind errors, and work on Linux again.
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 8e5d2b37..e7ed5941 100644
--- a/net.h
+++ b/net.h
@@ -105,7 +105,7 @@ struct interface
int fd;
int udp_fd;
- size_t buffer_size, buffer_pos, buffer_len;
+ size_t buffer_size, buffer_len, buffer_pos;
unsigned char *buffer;
#ifdef __linux__