diff options
author | mi <mi@FreeBSD.org> | 2005-10-14 21:36:20 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-10-14 21:36:20 +0800 |
commit | 684539354084908a6f7a09f3960b6e99d4934000 (patch) | |
tree | 72976962ba286fd167121e742532b7945f81b914 | |
parent | f74f16e495b38d60a191976665a69e3f4a3231e5 (diff) | |
download | freebsd-ports-gnome-684539354084908a6f7a09f3960b6e99d4934000.tar.gz freebsd-ports-gnome-684539354084908a6f7a09f3960b6e99d4934000.tar.zst freebsd-ports-gnome-684539354084908a6f7a09f3960b6e99d4934000.zip |
Use <inttypes.h> instead of <stdint.h> to get intptr_t. The later does
not exist on FreeBSD-4.x
Notified by: Paulo Fragoso
-rw-r--r-- | audio/nas/files/patch-warnings | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/nas/files/patch-warnings b/audio/nas/files/patch-warnings index 7a989fc6e63e..6b86343023ab 100644 --- a/audio/nas/files/patch-warnings +++ b/audio/nas/files/patch-warnings @@ -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 @@ |