diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-14 13:36:20 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-14 13:36:20 +0000 |
commit | c6ee29780121340cd95b3ad5a4ff84730f583fad (patch) | |
tree | caf8ae356c15338a1c8fea7c289b2875c9a586fa /audio/nas | |
parent | 037f39f0a16a43460fe4c8c6d458069fb660e773 (diff) | |
download | ports-c6ee29780121340cd95b3ad5a4ff84730f583fad.tar.gz ports-c6ee29780121340cd95b3ad5a4ff84730f583fad.zip |
Notes
Diffstat (limited to 'audio/nas')
-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 @@ |