about summary refs log tree commit diff
path: root/pkgs/servers/x11/quartz-wm/extern-patch.patch
blob: cd7b47fc7b0567150f4e37a757c4350798c24bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/x-list.h b/src/x-list.h
index bb85c02..059c88b 100644
--- a/src/x-list.h
+++ b/src/x-list.h
@@ -39,7 +39,7 @@
 #endif
 
 #ifndef X_EXTERN
-# define X_EXTERN __private_extern__
+# define X_EXTERN extern
 #endif
 
 X_EXTERN void X_PFX (list_free_1) (x_list *node);