diff --git a/Xext/xcmisc.c b/Xext/xcmisc.c index 8e3c9cd80..745135ed5 100644 --- a/Xext/xcmisc.c +++ b/Xext/xcmisc.c @@ -40,12 +40,7 @@ from The Open Group. #include #include "modinit.h" -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif - static int ProcXCMiscGetVersion(ClientPtr client) diff --git a/dbe/dbe.c b/dbe/dbe.c index 86d8220b8..a46867676 100644 --- a/dbe/dbe.c +++ b/dbe/dbe.c @@ -38,12 +38,7 @@ #endif #include -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif - #include #include #include "scrnintstr.h" diff --git a/dix/.gitignore b/dix/.gitignore index c1b4f206b..65f2f8c62 100644 --- a/dix/.gitignore +++ b/dix/.gitignore @@ -1,2 +1,3 @@ # Add & Override for this directory and it's subdirectories Xserver-dtrace.h +dix.O diff --git a/doc/dtrace/Xserver-DTrace.xml b/doc/dtrace/Xserver-DTrace.xml index 69cd30eb0..fa8bc809a 100644 --- a/doc/dtrace/Xserver-DTrace.xml +++ b/doc/dtrace/Xserver-DTrace.xml @@ -6,7 +6,7 @@
- Xserver provider for DTrace + Xserver Provider for DTrace AlanCoopersmith @@ -15,11 +15,11 @@ X.Org Xserver version &xserver.version; - + 2005200620072010 + Oracle and/or its affiliates. All rights reserved. + + -Copyright (c) 2005, 2006, 2007, 2010, Oracle and/or its affiliates. -All rights reserved. - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation @@ -79,7 +79,7 @@ DEALINGS IN THE SOFTWARE. arg2, etc. These tables should help you determine what the real data is for each of the probe arguments. - +
Probes and their arguments @@ -195,7 +195,7 @@ DEALINGS IN THE SOFTWARE. To access data buffers referenced via uintptr_t's, you will need to use copyin(). -
+
Probe Arguments @@ -313,7 +313,7 @@ DEALINGS IN THE SOFTWARE. Examples - + Counting requests by request name @@ -370,7 +370,7 @@ Xserver*:::request-start - + Get average CPU time per request This script records the CPU time used between the probes at @@ -419,7 +419,7 @@ Xserver*:::request-done - + Monitoring clients that connect and disconnect @@ -476,7 +476,7 @@ CPU ID FUNCTION:NAME - + Monitoring clients creating Pixmaps diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 5facb1106..aa7de60bd 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -178,9 +178,6 @@ /* Define to 1 if you have the `shmctl64' function. */ #undef HAVE_SHMCTL64 -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H diff --git a/os/.gitignore b/os/.gitignore new file mode 100644 index 000000000..bba633b88 --- /dev/null +++ b/os/.gitignore @@ -0,0 +1 @@ +os.O diff --git a/render/render.c b/render/render.c index cc13dbc2a..ff75409cb 100644 --- a/render/render.c +++ b/render/render.c @@ -52,11 +52,7 @@ #include "panoramiXsrv.h" #endif -#if HAVE_STDINT_H #include -#elif !defined(UINT32_MAX) -#define UINT32_MAX 0xffffffffU -#endif static int ProcRenderQueryVersion (ClientPtr pClient); static int ProcRenderQueryPictFormats (ClientPtr pClient);