summaryrefslogtreecommitdiff
path: root/packages/nxcl/files/gcc4.3-ftbfs.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-11-27 02:03:16 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-11-27 02:03:16 +0100
commit29ba23c6c47d785eeca129a6150fdbe8a1092a76 (patch)
treeea3334bff3bb6b1c68bb6ee83a74da448f10aa68 /packages/nxcl/files/gcc4.3-ftbfs.patch
parente8e3c039fb38198bef8b09cdcf43b9334a2acbfa (diff)
libnxcl: various updates from my work for the n810
* adding ssh proxy support * delete the client logfiles option * warnings about ssh errors * better ssh-key handling * bump PR
Diffstat (limited to 'packages/nxcl/files/gcc4.3-ftbfs.patch')
-rw-r--r--packages/nxcl/files/gcc4.3-ftbfs.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/nxcl/files/gcc4.3-ftbfs.patch b/packages/nxcl/files/gcc4.3-ftbfs.patch
index d73e828677..469209a27a 100644
--- a/packages/nxcl/files/gcc4.3-ftbfs.patch
+++ b/packages/nxcl/files/gcc4.3-ftbfs.patch
@@ -22,8 +22,8 @@ Index: nxcl/lib/nxclientlib.cpp
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
-+ #include <stdlib.h>
-+ #include <string.h>
++ #include <cstdlib>
++ #include <cstring>
}
/*
@@ -35,7 +35,7 @@ Index: nxcl/nxcl/nxcl.cpp
extern "C" {
#include <dbus/dbus.h>
#include <X11/Xlib.h>
-+#include <stdlib.h>
++#include <cstdlib>
}
using namespace nxcl;