summaryrefslogtreecommitdiff
path: root/packages/nxcl/files/gcc-warnings.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/gcc-warnings.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/gcc-warnings.patch')
-rw-r--r--packages/nxcl/files/gcc-warnings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/nxcl/files/gcc-warnings.patch b/packages/nxcl/files/gcc-warnings.patch
new file mode 100644
index 0000000000..6f928dbea6
--- /dev/null
+++ b/packages/nxcl/files/gcc-warnings.patch
@@ -0,0 +1,16 @@
+Index: nxcl-0.9/lib/nxsession.cpp
+===================================================================
+--- nxcl-0.9.orig/lib/nxsession.cpp 2008-09-26 10:42:51.000000000 +0200
++++ nxcl-0.9/lib/nxsession.cpp 2008-09-26 10:43:37.000000000 +0200
+@@ -44,9 +44,9 @@
+ using namespace nxcl;
+
+ NXSession::NXSession() :
+- devurand_fd(-1),
+- stage(HELLO_NXCLIENT),
+ sessionDataSet(false),
++ stage(HELLO_NXCLIENT),
++ devurand_fd(-1),
+ nxUsername("nouser"),
+ nxPassword("nopass")
+ {