freebsd-dev/sys
peter d76f532693 Workaround for conflicting kernel prototypes in user mode breaking make world
I've moved the #include <machine/conf.h> inside the #ifdef KERNEL
becuause things like modload #include <sys/conf.h> for the cdevsw definitions
but dont need the conflicting prototype for fdopen in stdio.h and
machine/conf.h.

Bruce may have a better fix for this, but for now I need a make world..
1995-11-05 09:37:28 +00:00
..
alpha First incarnation of our Linux emulator or rather compatibility code. 1995-06-25 17:32:43 +00:00
amd64 Remove old eisaconf cruft from the eisa files. The old eisaconf kludged 1995-11-05 04:45:16 +00:00
compat/linux Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. 1995-10-10 23:13:27 +00:00
compile This commit was manufactured by cvs2svn to create branch 'NETBSD'. 1994-10-14 08:53:17 +00:00
conf Move aic7770.c to i386/eisa. It is the first driver to use the new eisaconf. 1995-11-05 04:38:55 +00:00
ddb Change db_ps() to have the correct number and type of args for a ddb 1995-08-27 02:40:39 +00:00
dev This is a totally new implementation of eisaconf. It will hopefully 1995-11-05 04:42:50 +00:00
fs Pad out MSDOS boot block to 512 bytes (bugfix only) 1995-10-31 20:54:33 +00:00
gnu Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
i386 Move aic7xxx register definitions to sys/dev/aic7xxx/aic7xxx_reg.h. 1995-11-05 04:50:55 +00:00
isa Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the 1995-11-04 17:08:13 +00:00
isofs/cd9660 Make a lot of stuff static. 1995-10-31 12:13:49 +00:00
kern Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
libkern Comment out, but don't delete stuff we don't use. 1995-10-05 14:46:07 +00:00
miscfs Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
modules Update if_ppp lkm to pull in the new files... 1995-10-31 20:54:15 +00:00
msdosfs Pad out MSDOS boot block to 512 bytes (bugfix only) 1995-10-31 20:54:33 +00:00
net Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
netccitt Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
netinet Cosmetic changes to processing of segments in the SYN_SENT state: 1995-11-03 22:31:54 +00:00
netipx Suggested by: bde 1995-11-04 09:03:47 +00:00
netiso Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
netns Reviewed by: julian and jhay@mikom.csir.co.za 1995-10-26 20:31:59 +00:00
nfs Include a prerequisite header (so this is consistent again with the 1995-10-31 21:17:59 +00:00
nfsclient Include a prerequisite header (so this is consistent again with the 1995-10-31 21:17:59 +00:00
nfsserver Include a prerequisite header (so this is consistent again with the 1995-10-31 21:17:59 +00:00
pc98/pc98 Latest fixes from Serge: 1995-10-14 15:41:10 +00:00
pccard Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
pci Conform to new probe/attach interface exported by aic7xxx.c. 1995-11-05 04:51:58 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi Moved prototypes for devswitch functions from conf.c and driver sources 1995-11-04 13:25:33 +00:00
sys Workaround for conflicting kernel prototypes in user mode breaking make world 1995-11-05 09:37:28 +00:00
tools Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
ufs mfs_open could panic with false identification: panic("mfs_ioctl: .... 1995-10-31 10:45:48 +00:00
vm Move page fixups (pmap_clear_modify, etc) that happen after paging input 1995-11-02 06:42:47 +00:00
Makefile This commit was manufactured by cvs2svn to create branch 'NETBSD'. 1994-10-14 08:53:17 +00:00