diff options
| author | Roy Marples <roy@marples.name> | 2009-04-20 13:47:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-20 13:47:27 +0000 |
| commit | 53a7a8d017d278063d1a7426bc4a8811836b13a2 (patch) | |
| tree | fe297db4969afa4d3192c66502a29d4157eb5a9d /net.c | |
| parent | ba5a9fd20b36523240a9cb3f7c6f4d7d6da4efde (diff) | |
| download | dhcpcd-53a7a8d017d278063d1a7426bc4a8811836b13a2.tar.xz | |
No need for this.
Diffstat (limited to 'net.c')
| -rw-r--r-- | net.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -379,11 +379,7 @@ do_address(const char *ifname, n = (const struct sockaddr_in *)(void *)&ifa->ifa_netmask; if (ifa->ifa_flags & IFF_POINTOPOINT) d = (const struct sockaddr_in *)(void *) -#ifdef __linux__ - &ifa->ifa_ifu.ifu_dstaddr; -#else &ifa->ifa_dstaddr; -#endif else d = NULL; if (act == 1) { |
