patches/confuse-01-solaris.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 1603 89df13fae727
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1603
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     1
--- confuse-2.6/src/confuse.h-ori	2007-10-13 17:11:54.000000000 +0200
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     2
+++ confuse-2.6/src/confuse.h	2008-12-31 14:36:23.095741300 +0100
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     3
@@ -64,6 +64,9 @@
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     4
 # define __export
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     5
 #endif
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     6
 
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     7
+/* (Open)solaris */
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     8
+#include <locale.h>
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
     9
+
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
    10
 /** Fundamental option types */
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
    11
 enum cfg_type_t {
89df13fae727 bump revision of ganglia
dauphing
parents:
diff changeset
    12
     CFGT_NONE,