diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-27 02:03:16 +0100 |
commit | 29ba23c6c47d785eeca129a6150fdbe8a1092a76 (patch) | |
tree | ea3334bff3bb6b1c68bb6ee83a74da448f10aa68 /packages/nxcl/files/gcc4.3-ftbfs.patch | |
parent | e8e3c039fb38198bef8b09cdcf43b9334a2acbfa (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.patch | 6 |
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; |