Commit 22d41ae2 authored by Mihai Moldovan's avatar Mihai Moldovan Committed by Mike Gabriel

Update patch: 005_nxcomp_gcc43.full+lite.patch, fix faulty path to nxcomp/Split.cpp.

parent 7e5c04b5
...@@ -9,6 +9,8 @@ nx-libs (2:3.5.0.12-0) UNRELEASED; urgency=low ...@@ -9,6 +9,8 @@ nx-libs (2:3.5.0.12-0) UNRELEASED; urgency=low
* Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around * Add patch: 051_nxcomp_macos105-fdisset.full+lite.patch, work around
issue in Mac OS X 10.5 SDK. Pass address of fd_set structs on the stack issue in Mac OS X 10.5 SDK. Pass address of fd_set structs on the stack
to the FD_ISSET macro/function, instead of the struct itself. to the FD_ISSET macro/function, instead of the struct itself.
* Update patch: 005_nxcomp_gcc43.full+lite.patch, fix faulty path to
nxcomp/Split.cpp.
[ Oleksandr Shneyder ] [ Oleksandr Shneyder ]
* Create patch: 203_nxagent_disable-rootless-exit.full.patch. * Create patch: 203_nxagent_disable-rootless-exit.full.patch.
......
...@@ -5,8 +5,8 @@ Description: gcc43 fix ...@@ -5,8 +5,8 @@ Description: gcc43 fix
Forwarded: not-yet Forwarded: not-yet
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Last-Update: 2011-12-31 Last-Update: 2011-12-31
--- a/nxcomp/Message.cpp 2010-03-18 19:32:44.476930493 -0300 --- a/nxcomp/Message.cpp 2012-03-01 03:46:39.220943822 +0100
+++ b/nxcomp/Message.cpp 2010-03-18 19:40:48.669719034 -0300 +++ b/nxcomp/Message.cpp 2012-03-01 03:47:27.605712530 +0100
@@ -15,9 +15,9 @@ @@ -15,9 +15,9 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
...@@ -19,8 +19,8 @@ Last-Update: 2011-12-31 ...@@ -19,8 +19,8 @@ Last-Update: 2011-12-31
#include <algorithm> #include <algorithm>
--- a/nxcomp/Misc.cpp 2010-03-18 19:32:44.488465101 -0300 --- a/nxcomp/Misc.cpp 2012-03-01 03:46:39.220943822 +0100
+++ b/nxcomp/Misc.cpp 2010-03-18 19:40:48.669719034 -0300 +++ b/nxcomp/Misc.cpp 2012-03-01 03:47:27.605712530 +0100
@@ -15,11 +15,11 @@ @@ -15,11 +15,11 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
...@@ -37,8 +37,8 @@ Last-Update: 2011-12-31 ...@@ -37,8 +37,8 @@ Last-Update: 2011-12-31
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
--- a/nxcomp/Misc.h 2010-03-18 19:32:44.488465101 -0300 --- a/nxcomp/Misc.h 2012-03-01 03:46:39.220943822 +0100
+++ b/nxcomp/Misc.h 2010-03-18 19:40:48.669719034 -0300 +++ b/nxcomp/Misc.h 2012-03-01 03:47:27.605712530 +0100
@@ -21,8 +21,8 @@ @@ -21,8 +21,8 @@
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
...@@ -50,8 +50,8 @@ Last-Update: 2011-12-31 ...@@ -50,8 +50,8 @@ Last-Update: 2011-12-31
#ifdef __sun #ifdef __sun
--- a/nxcomp/Proxy.cpp 2010-03-18 19:32:44.547273410 -0300 --- a/nxcomp/Proxy.cpp 2012-03-01 03:46:39.224943897 +0100
+++ b/nxcomp/Proxy.cpp 2010-03-18 19:40:48.669719034 -0300 +++ b/nxcomp/Proxy.cpp 2012-03-01 03:47:27.605712530 +0100
@@ -15,9 +15,9 @@ @@ -15,9 +15,9 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
...@@ -64,8 +64,8 @@ Last-Update: 2011-12-31 ...@@ -64,8 +64,8 @@ Last-Update: 2011-12-31
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
--- a/nxcomp/Split.cpp 2010-03-18 19:32:44.688465322 -0300 --- a/nxcomp/Split.cpp 2012-03-01 03:46:39.224943897 +0100
+++ nxcomp-ubuntu/Split.cpp 2010-03-18 19:40:48.669719034 -0300 +++ b/nxcomp/Split.cpp 2012-03-01 03:47:27.605712530 +0100
@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
/**************************************************************************/ /**************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment