Don't #include <sys/select.h> from sys/types.h, to conform to SUS.
authorSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 May 2008 10:19:49 +0000 (10:19 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Mon, 19 May 2008 10:19:49 +0000 (10:19 +0000)
commit805f91d44721747224f8704ea6950a5290ac5a0b
tree4e299eea6deda2afe60d1a55a2fb1a84d3e02118
parent440dfd90e4f2c0ed9ee308b28b1cc51ba21de26d
Don't #include <sys/select.h> from sys/types.h, to conform to SUS.

Some old BSD programs assume that sys/types.h is basically enough
to get all types and even functions declared, so adjust these.
sys/param.h still works as kitchensink and includes sys/select.h.
33 files changed:
include/rpc/svc.h
lib/libbind/port_before.h
sbin/diskinfo/diskinfo.c
sys/emulation/linux/i386/linux_proto.h
sys/emulation/linux/i386/linux_syscall.h
sys/emulation/linux/i386/linux_sysent.c
sys/emulation/linux/i386/linux_union.h
sys/kern/init_sysent.c
sys/kern/makesyscalls.sh
sys/kern/syscalls.c
sys/sys/param.h
sys/sys/syscall-hide.h
sys/sys/syscall.h
sys/sys/syscall.mk
sys/sys/sysproto.h
sys/sys/sysunion.h
sys/sys/types.h
usr.bin/window/wwiomux.c
usr.sbin/ppp/acf.c
usr.sbin/ppp/async.c
usr.sbin/ppp/iplist.c
usr.sbin/ppp/link.c
usr.sbin/ppp/log.c
usr.sbin/ppp/mbuf.c
usr.sbin/ppp/ncpaddr.c
usr.sbin/ppp/pred.c
usr.sbin/ppp/proto.c
usr.sbin/ppp/sync.c
usr.sbin/ppp/throughput.c
usr.sbin/ppp/timer.c
usr.sbin/sdpd/scr.c
usr.sbin/sdpd/ssar.c
usr.sbin/sdpd/sur.c