diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-30 09:08:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-30 09:08:28 +0000 |
commit | c00f5ea787b768c57f8fdd5e5e175090751be0d5 (patch) | |
tree | ec6afd877970073bded1564278fb2f886fe95bc2 /sci-physics/root/files | |
parent | KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863. (diff) | |
download | historical-c00f5ea787b768c57f8fdd5e5e175090751be0d5.tar.gz historical-c00f5ea787b768c57f8fdd5e5e175090751be0d5.tar.bz2 historical-c00f5ea787b768c57f8fdd5e5e175090751be0d5.zip |
Removed cvs tags in xrootd patch, closing bug #224195
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r-- | sci-physics/root/files/xrootd-20071116-gcc43.patch | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/sci-physics/root/files/xrootd-20071116-gcc43.patch b/sci-physics/root/files/xrootd-20071116-gcc43.patch index 14697d790e8b..77bceb884031 100644 --- a/sci-physics/root/files/xrootd-20071116-gcc43.patch +++ b/sci-physics/root/files/xrootd-20071116-gcc43.patch @@ -525,21 +525,17 @@ #include "XrdOuc/XrdOucEnv.hh" #include "XrdOuc/XrdOucStream.hh" ---- xrootd/src/XrdOuc/XrdOucTrace.hh.orig 2007-07-31 02:25:53.000000000 +0000 -+++ xrootd/src/XrdOuc/XrdOucTrace.hh 2008-05-26 16:38:39.779442480 +0000 -@@ -11,13 +11,8 @@ - /******************************************************************************/ +--- xrootd/src/XrdOuc/XrdOucTrace.hh.orig 2008-05-30 08:52:24.585885892 +0000 ++++ xrootd/src/XrdOuc/XrdOucTrace.hh 2008-05-30 08:52:55.919671503 +0000 +@@ -14,8 +14,5 @@ - // $Id: xrootd-20071116-gcc43.patch,v 1.1 2008/05/29 18:55:34 bicatali Exp $ -- -#ifndef WIN32 -#include <iostream.h> -#else #include <iostream> using namespace std; -#endif - - #include "XrdSys/XrdSysError.hh" ++ --- xrootd/src/XrdPosix/XrdPosix.cc.orig 2007-07-28 00:25:25.000000000 +0000 +++ xrootd/src/XrdPosix/XrdPosix.cc 2008-05-26 11:18:18.119907423 +0000 @@ -902,20 +898,18 @@ #define NOUC ((uid_t)(-1)) #define NOGC ((gid_t)(-1)) ---- xrootd/src/XrdSys/XrdSysXSLock.cc.orig 2007-07-31 02:26:53.000000000 +0000 -+++ xrootd/src/XrdSys/XrdSysXSLock.cc 2008-05-26 16:49:42.632709871 +0000 -@@ -12,12 +12,8 @@ - - const char *XrdSysXSLockCVSID = "$Id: xrootd-20071116-gcc43.patch,v 1.1 2008/05/29 18:55:34 bicatali Exp $"; +--- xrootd/src/XrdSys/XrdSysXSLock.cc.orig 2008-05-30 08:56:14.698999291 +0000 ++++ xrootd/src/XrdSys/XrdSysXSLock.cc 2008-05-30 08:57:02.805740738 +0000 +@@ -14,8 +14,6 @@ -#ifndef WIN32 -#include <iostream.h> -#else ++ #include <iostream> using namespace std; -#endif - - #include "XrdSys/XrdSysXSLock.hh" ++ --- xrootd/src/XrdXrootd/XrdXrootdConfig.cc.orig 2007-10-02 02:30:01.000000000 +0000 +++ xrootd/src/XrdXrootd/XrdXrootdConfig.cc 2008-05-26 11:18:27.808459542 +0000 |