Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later does

not exist on FreeBSD-4.x

Notified by:	Paulo Fragoso
This commit is contained in:
Mikhail Teterin 2005-10-14 13:36:20 +00:00
parent 037f39f0a1
commit c6ee297801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145375

View File

@ -3,7 +3,7 @@
@@ -6,4 +6,5 @@
#include <fcntl.h>
+#include <stdint.h>
+#include <inttypes.h>
#include "nasconf.h"
#include "config.h"
@@ -27,5 +28,5 @@
@ -100,7 +100,7 @@
@@ -4,4 +4,5 @@
%{
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
@@ -15,5 +16,5 @@
@ -164,14 +164,14 @@
@@ -3,4 +3,5 @@
%{
+#include <stdint.h>
+#include <inttypes.h>
#include "auservertype.h"
#include "gram.h"
+++ clients/audio/widgets/Slider.c Mon Oct 10 11:04:41 2005
@@ -32,4 +32,5 @@
#include <X11/Xaw/Label.h>
#include <X11/Xaw/Scrollbar.h>
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
#include "SliderP.h"
@@ -151,5 +152,5 @@
@ -193,7 +193,7 @@
@@ -29,4 +29,5 @@
#include "config.h"
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
@@ -973,5 +973,5 @@
@ -229,7 +229,7 @@
@@ -28,4 +28,5 @@
*/
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
@@ -390,5 +390,5 @@
@ -265,7 +265,7 @@
@@ -29,4 +29,5 @@
#include "config.h"
+#include <stdint.h>
+#include <inttypes.h>
#if defined(HAVE_LIMITS_H)
@@ -453,5 +454,5 @@
@ -298,7 +298,7 @@
@@ -29,4 +29,5 @@
#include <stdio.h>
+#include <stdint.h>
+#include <inttypes.h>
#include <stdlib.h>
#ifndef SYSV
@@ -262,5 +263,5 @@
@ -320,7 +320,7 @@
@@ -30,4 +30,5 @@
#include "config.h"
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
@@ -37,5 +38,5 @@
@ -342,7 +342,7 @@
@@ -28,4 +28,5 @@
*/
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
@@ -237,5 +238,5 @@
@ -371,7 +371,7 @@
@@ -28,4 +28,5 @@
*/
+#include <stdint.h>
+#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
@@ -218,7 +219,7 @@