[BACK]Return to lpt.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pc532 / dev

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

Diff for /src/sys/arch/pc532/dev/Attic/lpt.c between version 1.41.4.2 and 1.41.4.3

version 1.41.4.2, 2006/12/30 20:46:41 version 1.41.4.3, 2007/02/26 09:07:43
Line 613  plipioctl(struct ifnet *ifp, u_long cmd,
Line 613  plipioctl(struct ifnet *ifp, u_long cmd,
   
         case SIOCSIFMTU:          case SIOCSIFMTU:
                 if ((error = kauth_authorize_generic(l->l_cred,                  if ((error = kauth_authorize_generic(l->l_cred,
                     KAUTH_GENERIC_ISSUSER, &l->l_acflag)))                      KAUTH_GENERIC_ISSUSER, NULL)))
                         return(error);                          return(error);
                 if (ifp->if_mtu != ifr->ifr_mtu) {                  if (ifp->if_mtu != ifr->ifr_mtu) {
                         ifp->if_mtu = ifr->ifr_mtu;                          ifp->if_mtu = ifr->ifr_mtu;

Legend:
Removed from v.1.41.4.2  
changed lines
  Added in v.1.41.4.3

CVSweb <webmaster@jp.NetBSD.org>