summaryrefslogtreecommitdiff
path: root/net/vncreflector/files/patch-main.c
blob: 016631bcfecd5a6677257d44343c7a9c4dac0304 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;