usr/src/cmd/gnuplot/syscfg.h.diff
author Cyril Plisko <cyril.plisko@grigale.com>
Sat, 26 Jun 2010 23:31:21 -0700
changeset 17 4c6e1d5e1470
permissions -rw-r--r--
Import sfw build 143 Bugs Fixed ---------- 6934319 Update gnuplot to version 4.4 6960032 update gocr to newer version 6961961 CVE-2010-2063 in Samba 3.3.x and below, a buffer overrun is possible in chain_reply code. 6962388 Wireshark update to version 1.2.9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     1
--- syscfg.h.old
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     2
+++ syscfg.h
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     3
@@ -425,7 +425,7 @@
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     4
 #endif
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     5
 
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     6
 /* May or may not fix a problem reported for Sun Studio compilers */
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     7
-#if defined(__SUNPRO_CC) && !defined(bool)
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     8
+#if defined(__SUNPRO_CC) && !defined __cplusplus && !defined(bool)
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     9
 #define bool unsigned char
4c6e1d5e1470 Import sfw build 143
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    10
 #endif