PERFORCE change 153628 for review

Marko Zec zec at FreeBSD.org
Wed Nov 26 13:19:08 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153628

Change 153628 by zec at zec_tpx32 on 2008/11/26 21:18:10

	Revert back a pointless change.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/kern/kern_poll.c#9 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/kern/kern_poll.c#9 (text+ko) ====

@@ -37,7 +37,6 @@
 #include <sys/sockio.h>
 #include <sys/sysctl.h>
 #include <sys/syslog.h>
-#include <sys/vimage.h>
 
 #include <net/if.h>			/* for IFF_* flags		*/
 #include <net/netisr.h>			/* for NETISR_POLL		*/
@@ -45,6 +44,7 @@
 #include <sys/proc.h>
 #include <sys/resourcevar.h>
 #include <sys/kthread.h>
+#include <sys/vimage.h>
 
 static void netisr_poll(void);		/* the two netisr handlers      */
 static void netisr_pollmore(void);


More information about the p4-projects mailing list