search for: netdev_gif_addr

Displaying 1 result from an estimated 1 matches for "netdev_gif_addr".

2003 Apr 28
1
[PATCH] Get ipconfig compiling
Sort of a brown paper headgear issue. <b diff -Nru a/ipconfig/netdev.c b/ipconfig/netdev.c --- a/ipconfig/netdev.c Mon Apr 28 15:26:12 2003 +++ b/ipconfig/netdev.c Mon Apr 28 15:26:12 2003 @@ -205,7 +205,7 @@ if (netdev_gif_addr(&ifr, SIOCGIFADDR, &dev->ip_addr) == -1) { perror("SIOCGIFADDR"); dev->ip_addr = 0; - dev->ip_broadcase = 0; + dev->ip_broadcast = 0; dev->ip_netmask = 0; return 0; }