PERFORCE change 62611 for review
Peter Wemm
peter at FreeBSD.org
Sun Oct 3 16:02:54 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=62611
Change 62611 by peter at peter_overcee on 2004/10/03 23:02:14
oops. things in the kernel depend on the side
effect of eventhandler.h being included early
here.
Affected files ...
.. //depot/projects/hammer/sys/sys/conf.h#23 edit
Differences ...
==== //depot/projects/hammer/sys/sys/conf.h#23 (text+ko) ====
@@ -42,6 +42,8 @@
#ifndef _KERNEL
#include <sys/queue.h>
+#else
+#include <sys/eventhandler.h>
#endif
struct tty;
@@ -109,7 +111,6 @@
#define si_copyonwrite __si_u.__si_disk.__sid_copyonwrite
#ifdef _KERNEL
-#include <sys/eventhandler.h>
/*
* Definitions of device driver entry switches
More information about the p4-projects
mailing list