[BACK]Return to ultrix_ioctl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / ultrix

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

Diff for /src/sys/compat/ultrix/ultrix_ioctl.c between version 1.29.8.1 and 1.30

version 1.29.8.1, 2007/07/11 20:04:51 version 1.30, 2007/05/29 21:32:29
Line 49  __KERNEL_RCSID(0, "$NetBSD$");
Line 49  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <sys/mount.h>  #include <sys/mount.h>
   
 #include <compat/sys/sockio.h>  
 #include <compat/ultrix/ultrix_syscallargs.h>  #include <compat/ultrix/ultrix_syscallargs.h>
 #include <sys/syscallargs.h>  #include <sys/syscallargs.h>
   
Line 667  ultrix_sys_ioctl(struct lwp *l, void *v,
Line 666  ultrix_sys_ioctl(struct lwp *l, void *v,
                 break;                  break;
   
         case _IOWR('i', 13, struct oifreq):          case _IOWR('i', 13, struct oifreq):
                 IFREQ_INOUT(OOSIOCGIFADDR);                  IFREQ_INOUT(OSIOCGIFADDR);
   
         case _IOW('i', 14, struct oifreq):          case _IOW('i', 14, struct oifreq):
                 /* SIOCSIFDSTADDR */                  /* SIOCSIFDSTADDR */
                 break;                  break;
   
         case _IOWR('i', 15, struct oifreq):          case _IOWR('i', 15, struct oifreq):
                 IFREQ_INOUT(OOSIOCGIFDSTADDR);                  IFREQ_INOUT(OSIOCGIFDSTADDR);
   
         case _IOW('i', 16, struct oifreq):          case _IOW('i', 16, struct oifreq):
                 /* SIOCSIFFLAGS */                  /* SIOCSIFFLAGS */
Line 710  ultrix_sys_ioctl(struct lwp *l, void *v,
Line 709  ultrix_sys_ioctl(struct lwp *l, void *v,
   
   
         case _IOWR('i', 21, struct oifreq):          case _IOWR('i', 21, struct oifreq):
                 IFREQ_INOUT(OOSIOCGIFNETMASK);                  IFREQ_INOUT(OSIOCGIFNETMASK);
   
         case _IOW('i', 22, struct oifreq):          case _IOW('i', 22, struct oifreq):
                 IFREQ_IN(SIOCSIFNETMASK);                  IFREQ_IN(SIOCSIFNETMASK);

Legend:
Removed from v.1.29.8.1  
changed lines
  Added in v.1.30

CVSweb <webmaster@jp.NetBSD.org>