<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es

This commit is contained in:
Alan Coopersmith 2006-02-11 17:42:31 +00:00
parent 4fafba61d5
commit d6337c8324
8 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2006-02-11 Alan Coopersmith <alan.coopersmith@sun.com>
* cfb/cfbfillarc.c:
* cfb/cfbzerarc.c:
* hw/xfree86/xaa/xaaFillArc.c:
* hw/xfree86/exa/exa_offscreen.c:
* mfb/mfbfillarc.c:
* mfb/mfbzerarc.c:
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
2006-02-10 Eric Anholt <anholt@FreeBSD.org>
* GL/glx/Makefile.am:

View File

@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include <sys/limits.h>
#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>

View File

@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include <sys/limits.h>
#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>

View File

@ -22,7 +22,7 @@
#include "exa_priv.h"
#include <sys/limits.h>
#include <limits.h>
#include <assert.h>
#include <stdlib.h>

View File

@ -22,7 +22,7 @@
#include "exa_priv.h"
#include <sys/limits.h>
#include <limits.h>
#include <assert.h>
#include <stdlib.h>

View File

@ -38,7 +38,7 @@
#include <xorg-config.h>
#endif
#include <sys/limits.h>
#include <limits.h>
#include "misc.h"
#include "xf86.h"

View File

@ -31,7 +31,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include <sys/limits.h>
#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>

View File

@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group.
#include <dix-config.h>
#endif
#include <sys/limits.h>
#include <limits.h>
#include <X11/X.h>
#include <X11/Xprotostr.h>