Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 11:45:46 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115592 for review
Message-ID:  <200703091145.l29Bjkr4018014@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115592

Change 115592 by piso@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703091145.l29Bjkr4018014>