diff options
| author | Roy Marples <roy@marples.name> | 2008-05-15 11:12:44 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-15 11:12:44 +0000 |
| commit | 3581b92aa447e9a29952aafc13d74aaa38415abf (patch) | |
| tree | 1fcd142544545a1966f39049b4b27ca74eb0604f /net.h | |
| parent | b1009e62b221f6ca2d84818766547b92cee64564 (diff) | |
| download | dhcpcd-3581b92aa447e9a29952aafc13d74aaa38415abf.tar.xz | |
Fix some valgrind errors, and work on Linux again.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ |
