diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-02 01:00:56 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-02 01:00:56 +0000 |
commit | 454dc1e81f311c95b287993bf7dd3186789a0aee (patch) | |
tree | f4be8b37115f91c19bb728cf263c4dc2fafed98b /misc/ytree/files/patch-ab | |
parent | Upgraded to 2.0alpha4 (diff) |
Import of ports/misc/ytree
Ytree is a nifty filemanager similar to xtree.
With some helper-applications (zip/zoo/tar etc.)
you can also browse archive files.
Viewers for "special" files are configurable
(*.wav, *.gif etc.).
Visit http://www.han.de/~werner/ytree.html
PR: 5436
Submitted by: andy@icc.surw.chel.su
Notes
Notes:
svn path=/head/; revision=9985
Diffstat (limited to 'misc/ytree/files/patch-ab')
-rw-r--r-- | misc/ytree/files/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/ytree/files/patch-ab b/misc/ytree/files/patch-ab new file mode 100644 index 000000000000..2cf7ec050659 --- /dev/null +++ b/misc/ytree/files/patch-ab @@ -0,0 +1,20 @@ +--- freesp.c Tue Sep 2 20:03:47 1997 ++++ /home/andy/tmp/wrk/freesp.c Mon Jan 5 13:44:42 1998 +@@ -9,7 +9,7 @@ + + #include "ytree.h" + +-#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) || defined ( __FreeBSD__ ) ) && !defined( SVR4 ) ++#if ( defined( linux ) || defined( sun ) || defined( __NeXT__ ) || defined(hpux) ) && !defined( SVR4 ) + #include <sys/vfs.h> + #else + #ifdef WIN32 +@@ -18,7 +18,7 @@ + #if defined( SVR4 ) || defined( OSF1 ) + #include <sys/statvfs.h> + #else +-#ifdef ultrix ++#if ( defined( ultrix ) || defined ( __FreeBSD__ ) ) + #include <sys/param.h> + #include <sys/mount.h> + #else |