diff options
Diffstat (limited to 'packages/nxcl/files/gcc-warnings.patch')
-rw-r--r-- | packages/nxcl/files/gcc-warnings.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/nxcl/files/gcc-warnings.patch b/packages/nxcl/files/gcc-warnings.patch deleted file mode 100644 index 6f928dbea6..0000000000 --- a/packages/nxcl/files/gcc-warnings.patch +++ /dev/null @@ -1,16 +0,0 @@ -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") - { |