Simply remove the code instead of using "#if 0".
Pointed out by sam
This commit is contained in:
parent
d073699112
commit
86f32d6c8b
@ -464,12 +464,6 @@ nfs_mountroot(struct mount *mp)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0 /* QL: XXX */
|
||||
error = ifioctl(so, SIOCAIFADDR, (caddr_t)&nd->myif, td);
|
||||
if (error)
|
||||
panic("nfs_mountroot: SIOCAIFADDR: %d", error);
|
||||
#endif
|
||||
|
||||
if ((cp = getenv("boot.netif.mtu")) != NULL) {
|
||||
ir.ifr_mtu = strtol(cp, NULL, 10);
|
||||
bcopy(nd->myif.ifra_name, ir.ifr_name, IFNAMSIZ);
|
||||
|
Loading…
Reference in New Issue
Block a user