Changeset 221 for branches/samba-3.3.x/source/lib/replace/getifaddrs.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/replace/getifaddrs.c
r206 r221 85 85 int fd, i, n; 86 86 struct ifreq *ifr=NULL; 87 struct in_addr ipaddr;88 struct in_addr nmask;89 char *iname;90 87 struct ifaddrs *curif; 91 88 struct ifaddrs *lastif = NULL; … … 165 162 int fd, i, n; 166 163 struct ifreq *ifr=NULL; 167 struct in_addr ipaddr;168 struct in_addr nmask;169 char *iname;170 164 struct ifaddrs *curif; 171 165 struct ifaddrs *lastif = NULL; … … 266 260 struct ifconf ifc; 267 261 struct ifreq *ifr=NULL; 268 struct in_addr ipaddr;269 struct in_addr nmask;270 char *iname;271 262 struct ifaddrs *curif; 272 263 struct ifaddrs *lastif = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.