Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat
Module Name: src
Committed By: he
Date: Fri Jun 1 11:36:35 UTC 2007
Modified Files:
src/sys/compat/sunos: sunos_ioctl.c
src/sys/compat/ultrix: ultrix_ioctl.c
Log Message:
Fallout from the interface ioctl changes:
OSIOCGIFADDR -> OOSIOCGIFADDR
OSIOCGIFDSTADDR -> OOSIOCGIFDSTADDR
OSIOCGIFNETMASK -> OOSIOCGIFNETMASK
Also, one instance of needing to include <net/if.h> before
<compat/sys/sockio.h> due to use of IFNAMSIZ in the latter.
Discussed with christos.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/compat/sunos/sunos_ioctl.c
cvs rdiff -r1.30 -r1.31 src/sys/compat/ultrix/ultrix_ioctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index