mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
182 B
C
11 lines
182 B
C
--- main.c.orig
|
|
+++ main.c
|
|
@@ -464,7 +464,7 @@
|
|
|
|
static int init_screen_info(void)
|
|
{
|
|
- union _LITTLE_ENDIAN {
|
|
+ union {
|
|
CARD32 value32;
|
|
CARD8 test;
|
|
} little_endian;
|