summaryrefslogtreecommitdiff
path: root/testing/nx-common/nxcompsh-gcc43.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-23 00:01:26 +0000
committerroot <root@rshg054.dnsready.net>2012-04-23 00:01:26 +0000
commit076ac7347687744daa2ca386a67a4ad111c71415 (patch)
treeb82f738122e9905a6dab679ab5f4cf7eb75e55f4 /testing/nx-common/nxcompsh-gcc43.patch
parentaf1e6c210b43ea6b8e043524edccb1d0befd257f (diff)
Mon Apr 23 00:01:26 UTC 2012
Diffstat (limited to 'testing/nx-common/nxcompsh-gcc43.patch')
-rw-r--r--testing/nx-common/nxcompsh-gcc43.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/nx-common/nxcompsh-gcc43.patch b/testing/nx-common/nxcompsh-gcc43.patch
new file mode 100644
index 000000000..681a0dab5
--- /dev/null
+++ b/testing/nx-common/nxcompsh-gcc43.patch
@@ -0,0 +1,19 @@
+--- nxcompsh/Misc.h~ 2007-06-04 13:39:49.000000000 +0200
++++ nxcompsh/Misc.h 2008-04-12 12:46:24.000000000 +0200
+@@ -18,10 +18,12 @@
+ #ifndef Misc_H
+ #define Misc_H
+
+-#include <iostream.h>
++#include <iostream>
+
+-#include <errno.h>
+-#include <string.h>
++#include <cerrno>
++#include <cstring>
++
++using namespace std;
+
+ //
+ // Error handling macros.
+