summaryrefslogtreecommitdiff
path: root/net/vncreflector/files/patch-main.c
blob: 1ef26f414318f0c1f05edf175eb806ecdaedd0ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- 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;