[BACK]Return to if.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / net

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/net/if.c between version 1.79 and 1.80

version 1.79, 2000/12/18 18:54:47 version 1.80, 2000/12/18 21:05:04
Line 1087  ifioctl(so, cmd, data, p)
Line 1087  ifioctl(so, cmd, data, p)
                 ifr->ifr_mtu = ifp->if_mtu;                  ifr->ifr_mtu = ifp->if_mtu;
                 break;                  break;
   
           case SIOCGIFDLT:
                   ifr->ifr_dlt = ifp->if_dlt;
                   break;
   
         case SIOCSIFFLAGS:          case SIOCSIFFLAGS:
                 if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)                  if ((error = suser(p->p_ucred, &p->p_acflag)) != 0)
                         return (error);                          return (error);

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb <webmaster@jp.NetBSD.org>