diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-11 18:52:42 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-11 18:52:42 +0000 |
| commit | ac9fe28a8da96a94f87438097ad464a377871260 (patch) | |
| tree | 6ecd4ccab5b9170e6270e39a5cc81656a4f81978 /sysutils/filelight/files/patch-scanmanager.cpp | |
| parent | - Update to 1.99.9 (diff) | |
- Update to 1.0
- Pass maintainership to submitter
PR: ports/103121
Submitted by: Shane Bell <decept0 at gmail.com>
Diffstat (limited to 'sysutils/filelight/files/patch-scanmanager.cpp')
| -rw-r--r-- | sysutils/filelight/files/patch-scanmanager.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sysutils/filelight/files/patch-scanmanager.cpp b/sysutils/filelight/files/patch-scanmanager.cpp deleted file mode 100644 index addb7716d0af..000000000000 --- a/sysutils/filelight/files/patch-scanmanager.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- src/scanmanager.cpp.orig Wed Jan 14 01:58:11 2004 -+++ src/scanmanager.cpp Wed Jan 14 02:03:36 2004 -@@ -29,7 +29,11 @@ - //readMounts() - #include <fstab.h> - #include <mntent.h> -+#ifdef __FreeBSD__ -+#include "mntent_compat.cpp" -+#else - #include <sys/statfs.h> -+#endif - - #include "scanmanager.h" - #include "filetree.h" -@@ -359,7 +363,7 @@ - - - --static int selector( struct DIRENT const *ent ) -+static int selector( struct DIRENT *ent ) - { - if( strcmp( ent->d_name, "." ) == 0 || strcmp( ent->d_name, ".." ) == 0 ) - return 0; |
