diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-27 20:18:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-27 20:18:56 +0000 |
commit | a8eedfe7843c29d0fc11bb4871d4c9cdb388b587 (patch) | |
tree | 44642f3130fc9d4fa855f8c992d348d0fd9576a7 /sysutils/xstow/files | |
parent | 3d43a0dec288eb0de56c91fc2b3c91037d6cafe8 (diff) | |
download | ports-a8eedfe7843c29d0fc11bb4871d4c9cdb388b587.tar.gz ports-a8eedfe7843c29d0fc11bb4871d4c9cdb388b587.zip |
Notes
Diffstat (limited to 'sysutils/xstow/files')
-rw-r--r-- | sysutils/xstow/files/patch-src-setup_config.h | 10 | ||||
-rw-r--r-- | sysutils/xstow/files/patch-src-tree.cpp | 19 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/xstow/files/patch-src-setup_config.h b/sysutils/xstow/files/patch-src-setup_config.h deleted file mode 100644 index 9df3b292c9fc..000000000000 --- a/sysutils/xstow/files/patch-src-setup_config.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/setup_config.h.orig Wed Oct 9 11:44:19 2002 -+++ src/setup_config.h Tue Dec 31 16:17:38 2002 -@@ -11,6 +11,7 @@ - - #ifdef HAVE_REGEX_H - extern "C" { -+# include <sys/types.h> - # include <regex.h> - } - #endif diff --git a/sysutils/xstow/files/patch-src-tree.cpp b/sysutils/xstow/files/patch-src-tree.cpp deleted file mode 100644 index d45ebecf90b6..000000000000 --- a/sysutils/xstow/files/patch-src-tree.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/tree.cpp.orig Tue Dec 31 05:00:47 2002 -+++ src/tree.cpp Tue Dec 31 16:30:12 2002 -@@ -18,6 +18,7 @@ - - #ifdef HAVE_REGEX_H - extern "C" { -+# include <sys/types.h> - # include <regex.h> - } - #endif -@@ -1181,7 +1182,7 @@ - - DEBUG( OUT(3)( "wrote %d: bytes error: %d\n", rsize, ferror( o ) ) ); - -- } while( !std::feof( o ) && !ferror( o ) && !ferror( t ) ); -+ } while ( !feof( o ) && !ferror( o ) && !ferror( t ) ); - - std::fclose( o ); - std::fclose( t ); |