Commit 920705cf authored by Reinhard Tartler's avatar Reinhard Tartler

Imported nxcomp-3.2.0-7.tar.gz

Summary: Imported nxcomp-3.2.0-7.tar.gz Keywords: Imported nxcomp-3.2.0-7.tar.gz into Git repository
parent 92239daf
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
#include <iostream.h> #include "Misc.h"
#include "BlockCacheSet.h" #include "BlockCacheSet.h"
......
ChangeLog: ChangeLog:
nxcomp-3.2.0-7
- Solved a compilation problem on GCC 4.3.
nxcomp-3.2.0-6 nxcomp-3.2.0-6
- Changes considering that unsetenv() returns void on Mac OS X. - Changes considering that unsetenv() returns void on Mac OS X.
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <dirent.h> #include <dirent.h>
#include <pwd.h> #include <pwd.h>
#include <fstream.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
...@@ -42,6 +41,8 @@ ...@@ -42,6 +41,8 @@
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include "Misc.h"
#ifdef __sun #ifdef __sun
#include <strings.h> #include <strings.h>
#endif #endif
......
...@@ -16,12 +16,13 @@ ...@@ -16,12 +16,13 @@
/**************************************************************************/ /**************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <fstream.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <algorithm> #include <algorithm>
#include "Misc.h"
// //
// We need channel's cache data. // We need channel's cache data.
// //
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
#include <iostream.h>
#include <stdio.h> #include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <stdlib.h> #include <stdlib.h>
......
...@@ -18,12 +18,14 @@ ...@@ -18,12 +18,14 @@
#ifndef Misc_H #ifndef Misc_H
#define Misc_H #define Misc_H
#include <iostream.h> #include <iostream>
#include <fstream.h> #include <fstream>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
using namespace std;
// //
// This is MD5 length. // This is MD5 length.
// //
......
...@@ -18,10 +18,11 @@ ...@@ -18,10 +18,11 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <fstream.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include "Misc.h"
#if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun) #if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
#include <netinet/in_systm.h> #include <netinet/in_systm.h>
#endif #endif
......
...@@ -15,13 +15,14 @@ ...@@ -15,13 +15,14 @@
/* */ /* */
/**************************************************************************/ /**************************************************************************/
#include <fstream.h>
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <utime.h> #include <utime.h>
#include "Misc.h"
#include "Split.h" #include "Split.h"
#include "Control.h" #include "Control.h"
......
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