mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
067051860d
Besides the usual tree and file views, it also have "shelf" inspired by the NeXT file manager, and a log pane for capturing output of launched programs. PR: ports/55540 Submitted by: Albert Graef <Dr.Graef@t-online.de>
21 lines
555 B
C
21 lines
555 B
C
--- xplore.h.orig Wed Aug 14 23:26:59 2002
|
|
+++ xplore.h Fri Aug 8 13:17:09 2003
|
|
@@ -26,7 +26,7 @@
|
|
#ifdef hpux
|
|
#pragma alloca
|
|
#else
|
|
-#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#pragma alloca
|
|
#else
|
|
#include <alloca.h>
|
|
@@ -64,7 +64,7 @@
|
|
#ifdef USE_STATVFS
|
|
#include <sys/statvfs.h>
|
|
#else
|
|
-#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
#else
|