diff options
author | 2007-03-21 00:15:30 +0000 | |
---|---|---|
committer | 2007-03-21 00:15:30 +0000 | |
commit | 00ed89a7c13b35d1fe0d0e35df0bdd6d353bfff4 (patch) | |
tree | df94beb3e3a20fb5f1a3f3181d8a8d584fbca21c /net-misc/nx/files/nx-2.1.0-deprecated-headers.patch | |
parent | Version bump (diff) | |
download | gentoo-2-00ed89a7c13b35d1fe0d0e35df0bdd6d353bfff4.tar.gz gentoo-2-00ed89a7c13b35d1fe0d0e35df0bdd6d353bfff4.tar.bz2 gentoo-2-00ed89a7c13b35d1fe0d0e35df0bdd6d353bfff4.zip |
Revision bump to NX 2.1, amd64 support
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/nx/files/nx-2.1.0-deprecated-headers.patch')
-rw-r--r-- | net-misc/nx/files/nx-2.1.0-deprecated-headers.patch | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/net-misc/nx/files/nx-2.1.0-deprecated-headers.patch b/net-misc/nx/files/nx-2.1.0-deprecated-headers.patch new file mode 100644 index 000000000000..c9741d5ca53e --- /dev/null +++ b/net-misc/nx/files/nx-2.1.0-deprecated-headers.patch @@ -0,0 +1,111 @@ +diff -urN BlockCacheSet.cpp BlockCacheSet.cpp +--- BlockCacheSet.cpp 2006-11-05 13:22:45.963189321 +0000 ++++ BlockCacheSet.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,7 +15,9 @@ + /* */ + /**************************************************************************/ + +-#include <iostream.h> ++using namespace std; ++ ++#include <iostream> + #include "BlockCacheSet.h" + + +diff -urN Loop.cpp Loop.cpp +--- Loop.cpp 2006-11-05 13:22:45.854205948 +0000 ++++ Loop.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,6 +15,8 @@ + /* */ + /**************************************************************************/ + ++using namespace std; ++ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> +@@ -29,7 +31,7 @@ + #include <dirent.h> + #include <pwd.h> + +-#include <fstream.h> ++#include <fstream> + #include <fcntl.h> + + #include <sys/types.h> +diff -urN Message.cpp Message.cpp +--- Message.cpp 2006-11-05 13:22:45.963189321 +0000 ++++ Message.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,8 +15,10 @@ + /* */ + /**************************************************************************/ + ++using namespace std; ++ + #include <stdio.h> +-#include <fstream.h> ++#include <fstream> + #include <unistd.h> + #include <string.h> + +diff -urN Misc.cpp Misc.cpp +--- Misc.cpp 2006-11-05 13:22:45.701229285 +0000 ++++ Misc.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,7 +15,9 @@ + /* */ + /**************************************************************************/ + +-#include <iostream.h> ++using namespace std; ++ ++#include <iostream> + #include <stdio.h> + #include <ctype.h> + #include <stdlib.h> +diff -urN Misc.h Misc.h +--- Misc.h 2006-11-05 13:22:45.643238132 +0000 ++++ Misc.h 2006-11-05 13:23:25.000000000 +0000 +@@ -18,8 +18,10 @@ + #ifndef Misc_H + #define Misc_H + +-#include <iostream.h> +-#include <fstream.h> ++using namespace std; ++ ++#include <iostream> ++#include <fstream> + + #include <errno.h> + #include <string.h> +diff -urN Proxy.cpp Proxy.cpp +--- Proxy.cpp 2006-11-05 13:22:45.856205642 +0000 ++++ Proxy.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,10 +15,12 @@ + /* */ + /**************************************************************************/ + ++using namespace std; ++ + #include <stdio.h> + #include <unistd.h> + #include <stdlib.h> +-#include <fstream.h> ++#include <fstream> + #include <sys/types.h> + #include <sys/stat.h> + +diff -urN Split.cpp Split.cpp +--- Split.cpp 2006-11-05 13:22:45.797214643 +0000 ++++ Split.cpp 2006-11-05 13:23:25.000000000 +0000 +@@ -15,7 +15,9 @@ + /* */ + /**************************************************************************/ + +-#include <fstream.h> ++using namespace std; ++ ++#include <fstream> + #include <unistd.h> + #include <string.h> + #include <sys/stat.h> |