diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-12 14:50:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-12 14:50:13 -0500 |
commit | 5644d92dd7081e4a18d7385e68cee907ba67c451 (patch) | |
tree | 328bedd9edf045c47c556b0784165be24e6564c0 /src/common/address.h | |
parent | f794a091647050efa97719581f99c453b38074dd (diff) | |
parent | c8ce973dc7787b5fcf3fbe4527a45575b2fdf5d6 (diff) | |
download | tor-5644d92dd7081e4a18d7385e68cee907ba67c451.tar.gz tor-5644d92dd7081e4a18d7385e68cee907ba67c451.zip |
Merge remote-tracking branch 'sebastian/bug14875'
Diffstat (limited to 'src/common/address.h')
-rw-r--r-- | src/common/address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.h b/src/common/address.h index 8c6ee5abbb..df835e917a 100644 --- a/src/common/address.h +++ b/src/common/address.h @@ -287,7 +287,7 @@ STATIC smartlist_t *get_interface_addresses_win32(int severity); #endif #ifdef HAVE_IFCONF_TO_SMARTLIST -STATIC smartlist_t *ifreq_to_smartlist(const struct ifreq *ifr, +STATIC smartlist_t *ifreq_to_smartlist(char *ifr, size_t buflen); STATIC smartlist_t *get_interface_addresses_ioctl(int severity); #endif |