87624aab33
- Correct order variables, while here - Regenerate patches with makepatch - Bump PORTREVISION PR: 231524 Submitted by: Nathan <ndowens _at_ yahoo.com>
11 lines
354 B
C
11 lines
354 B
C
--- video/video.h.orig 2001-02-10 07:36:42 UTC
|
|
+++ video/video.h
|
|
@@ -432,7 +432,7 @@ extern unsigned int cacheMiss[8][8];
|
|
#undef LITTLE_ENDIAN_ARCHITECTURE
|
|
#define BIG_ENDIAN_ARCHITECTURE 1
|
|
#else
|
|
-#include <endian.h>
|
|
+#include <sys/endian.h>
|
|
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
#undef BIG_ENDIAN_ARCHITECTURE
|
|
#define LITTLE_ENDIAN_ARCHITECTURE 1
|