diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-15 07:46:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-07-15 07:46:16 +0000 |
commit | 88ab3a84d3c6db007ce3b24dbe2b983f6d73a903 (patch) | |
tree | edcdc12c1364520c7fe36be9e3362c476d5bd1fb /net-p2p/dclib/files | |
parent | - Update to 2.11.52 (diff) |
- Update to 0.3.18
Diffstat (limited to 'net-p2p/dclib/files')
-rw-r--r-- | net-p2p/dclib/files/patch-dclib-core_cdic.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/dclib/files/patch-dclib-core_cdic.cpp b/net-p2p/dclib/files/patch-dclib-core_cdic.cpp new file mode 100644 index 000000000000..af47d5a0b55a --- /dev/null +++ b/net-p2p/dclib/files/patch-dclib-core_cdic.cpp @@ -0,0 +1,12 @@ +--- dclib/core/cdir.cpp.orig 2008-07-15 00:32:51.000000000 +0200 ++++ dclib/core/cdir.cpp 2008-07-15 00:33:42.000000000 +0200 +@@ -30,9 +30,6 @@ + #ifdef HAVE_SYS_VFS_H + #include <sys/vfs.h> + #endif +-#ifdef HAVE_SYS_MOUNT_H +-#include <sys/mount.h> +-#endif + #ifdef HAVE_SYS_PARAM_H + #include <sys/param.h> + #endif |