summaryrefslogtreecommitdiff
path: root/misc/vfu/patches/patch-ad
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-02-04 01:20:59 +0000
committerhubertf <hubertf@pkgsrc.org>1999-02-04 01:20:59 +0000
commitd2e4835b25c4f5f099dd7194943808dbdc070128 (patch)
tree8e889d210a4a951b825ddc1c8bd1216a06ce4753 /misc/vfu/patches/patch-ad
parentd49951e8c2e56726abb943a466b19059ca51b29d (diff)
downloadpkgsrc-d2e4835b25c4f5f099dd7194943808dbdc070128.tar.gz
Update to v1.42
Changes: Fixed problem with displaying large file-/directory sizes (>2GB) and added external scanning (panelize).
Diffstat (limited to 'misc/vfu/patches/patch-ad')
-rw-r--r--misc/vfu/patches/patch-ad18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/vfu/patches/patch-ad b/misc/vfu/patches/patch-ad
deleted file mode 100644
index 671eb547af2..00000000000
--- a/misc/vfu/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/01/26 23:31:53 hubertf Exp $
-
---- vfu/vfufiles.cpp.BAK Tue Jan 26 21:09:45 1999
-+++ vfu/vfufiles.cpp Tue Jan 26 21:12:25 1999
-@@ -12,7 +12,12 @@
- #include "vfuview.h"
- #include "vfumenu.h"
- #include "vfudir.h"
--#include <sys/vfs.h>
-+#ifdef __Linux__
-+# include <sys/vfs.h>
-+#else
-+# include <sys/param.h>
-+# include <sys/mount.h>
-+#endif
-
- /////////////////////////////////////////////
- //