freebsd_amp_hwpstate/sys/gnu/isdn
Bruce Evans ebedb5ad97 Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:
- don't include <sys/ioctl.h> in any header.  Include <sys/ioccom.h>
  instead.  This was already done in 4.4Lite for the most important
  ioctl headers.  Header spam currently increases kernel build
  times by 10-20%.  There are more than 30000 #includes (not counting
  duplicates) for compiling LINT.
- include <sys/types.h> if and only it is necessary to make the header
  almost self-sufficient (some ioctl headers still need structs from
  elsewhere).
- uniformized idempotency ifdefs.  Copied the style in the 4.4Lite
  ioctl headers.
1996-09-21 14:59:43 +00:00
..
if_ii.c Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
iispy.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
iitel.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
iitty.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
isdn.c Clean up -Wunused warnings. 1996-06-12 05:11:41 +00:00
isdn_ioctl.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00