PERFORCE change 115592 for review

Paolo Pisati piso at FreeBSD.org
Fri Mar 9 11:45:47 UTC 2007


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

Change 115592 by piso at piso_newluxor on 2007/03/09 11:45:31

	Remove inclusion of sys/limits.h as we don't need them anymore.

Affected files ...

.. //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#27 edit
.. //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#34 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/amd64/amd64/intr_machdep.c#27 (text+ko) ====

@@ -46,7 +46,6 @@
 #include <sys/lock.h>
 #include <sys/ktr.h>
 #include <sys/kernel.h>
-#include <sys/limits.h>
 #include <sys/mutex.h>
 #include <sys/proc.h>
 #include <sys/syslog.h>

==== //depot/projects/soc2006/intr_filter/i386/i386/intr_machdep.c#34 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <sys/lock.h>
 #include <sys/ktr.h>
 #include <sys/kernel.h>
-#include <sys/limits.h>
 #include <sys/mutex.h>
 #include <sys/proc.h>
 #include <sys/syslog.h>


More information about the p4-projects mailing list