K 10 svn:author V 5 peter K 8 svn:date V 27 1995-11-05T09:37:28.000000Z K 7 svn:log V 378 Workaround for conflicting kernel prototypes in user mode breaking make world I've moved the #include inside the #ifdef KERNEL becuause things like modload #include 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.. END