diff options
Diffstat (limited to 'ftp/kasablanca/files/patch-kbitem.h')
-rw-r--r-- | ftp/kasablanca/files/patch-kbitem.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ftp/kasablanca/files/patch-kbitem.h b/ftp/kasablanca/files/patch-kbitem.h deleted file mode 100644 index 1bfb40748ee7..000000000000 --- a/ftp/kasablanca/files/patch-kbitem.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/kbitem.h.orig Fri Jan 28 00:56:07 2005 -+++ src/kbitem.h Wed Feb 2 23:38:36 2005 -@@ -12,7 +12,12 @@ - #ifndef KBITEM_H - #define KBITEM_H - -+#include <fcntl.h> - #include <qlistview.h> -+ -+#ifdef __FreeBSD__ -+#define off64_t off_t -+#endif - - class KbFileInfo; - |