freebsd_amp_hwpstate/sys
Bruce Evans cb07fc9803 Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h>
doesn't happen to be included before this header.

This header was missed in previous cleanups because it didn't include
<sys/ioctl.h> or <sys/ioccom.h>.  Clean it now:
- #include <sys/types.h> since it is necessary to make the header self-
  sufficient (there are a couple of u_char's).
- uniformized idempotency ifdef.  Copied the style in the 4.4Lite
  ioctl headers.
1997-03-24 11:07:52 +00:00
..
alpha
amd64 Fix typo. 1997-03-24 07:23:05 +00:00
compat/linux Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
compile
conf Merge PC-98 code int i386/isa/ft.c. 1997-03-24 07:20:35 +00:00
ddb
dev Re-arrange the code to upload an SCB to ensure that there is at least 1997-03-24 05:02:55 +00:00
fs Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
geom
gnu Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
i386 Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h> 1997-03-24 11:07:52 +00:00
isa Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
isofs/cd9660 Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
kern Add generation number randomization. Newly created filesystems wil now 1997-03-23 20:08:22 +00:00
libkern
miscfs Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
modules
msdosfs Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
net Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
netatalk
netinet
netipx
netkey
netns
nfs
nfsclient
nfsserver
pc98 Merge PC-98 code int i386/isa/ft.c. 1997-03-24 07:20:35 +00:00
pccard
pci Added Accton EN1207-TX support. 1997-03-23 05:10:14 +00:00
powerpc/include
rpc
scsi Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h> 1997-03-24 04:26:46 +00:00
sys Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
tools
ufs Fixed corrupted newline and corrupted tab in previous commit. 1997-03-24 03:19:37 +00:00
vm Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
Makefile