FreeBSD Bugzilla – Attachment 24898 Details for
Bug 42475
graphics/jasper: jas_types.h refs undefined types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.69 KB, created by
Alan E
on 2002-09-06 12:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan E
Created:
2002-09-06 12:40:01 UTC
Size:
1.69 KB
patch
obsolete
>Index: graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h >=================================================================== >RCS file: graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h >diff -N graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ graphics/jasper/files/patch-src-libjasper-include-jasper-jas_types.h 6 Sep 2002 11:24:01 -0000 >@@ -0,0 +1,43 @@ >+--- src/libjasper/include/jasper/jas_types.h.orig Tue Jan 15 17:07:34 2002 >++++ src/libjasper/include/jasper/jas_types.h Fri Sep 6 07:22:09 2002 >+@@ -204,7 +204,7 @@ >+ #endif >+ /**********/ >+ #if !defined(UINT_FAST8_MIN) >+-typedef uchar uint_fast8_t; >++typedef unsigned char uint_fast8_t; >+ #define UINT_FAST8_MIN 0 >+ #define UINT_FAST8_MAX 255 >+ #endif >+@@ -216,7 +216,7 @@ >+ #endif >+ /**********/ >+ #if !defined(UINT_FAST16_MIN) >+-typedef ushort uint_fast16_t; >++typedef unsigned short uint_fast16_t; >+ #define UINT_FAST16_MIN USHRT_MIN >+ #define UINT_FAST16_MAX USHRT_MAX >+ #endif >+@@ -228,19 +228,19 @@ >+ #endif >+ /**********/ >+ #if !defined(UINT_FAST32_MIN) >+-typedef uint uint_fast32_t; >++typedef unsigned int uint_fast32_t; >+ #define UINT_FAST32_MIN UINT_MIN >+ #define UINT_FAST32_MAX UINT_MAX >+ #endif >+ /**********/ >+ #if !defined(INT_FAST64_MIN) >+-typedef longlong int_fast64_t; >++typedef long long int_fast64_t; >+ #define INT_FAST64_MIN LLONG_MIN >+ #define INT_FAST64_MAX LLONG_MAX >+ #endif >+ /**********/ >+ #if !defined(UINT_FAST64_MIN) >+-typedef ulonglong uint_fast64_t; >++typedef unsigned long long uint_fast64_t; >+ #define UINT_FAST64_MIN ULLONG_MIN >+ #define UINT_FAST64_MAX ULLONG_MAX >+ #endif >==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42475
: 24898