diff options
| author | Simon Barner <barner@FreeBSD.org> | 2005-10-19 08:14:55 +0000 |
|---|---|---|
| committer | Simon Barner <barner@FreeBSD.org> | 2005-10-19 08:14:55 +0000 |
| commit | 8eb435d9d1301d5d6bcfc0ff46031b1889c6cd26 (patch) | |
| tree | 874dc287d18d57d4564ab2c29402075aec275be8 /sysutils/fusefs-libs/files/patch-include_linux_compat.h | |
| parent | Update to 2.2.10.alpha. (diff) | |
Add new port for the fuse libraries:
FUSE makes it possible to implement a filesystem in a userspace program.
Features include: simple yet comprehensive API, secure mounting by non-root
users, support for RELENG_6 and HEAD FreeBSD kernels, multi-threaded
operation.
WWW: http://sourceforge.net/projects/fuse/
PR: ports/87167
Submitted by: Anish Mistry <amistry@am-productions.biz>
Reviewed by: Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant)
Notes
Notes:
svn path=/head/; revision=145829
Diffstat (limited to 'sysutils/fusefs-libs/files/patch-include_linux_compat.h')
| -rw-r--r-- | sysutils/fusefs-libs/files/patch-include_linux_compat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/fusefs-libs/files/patch-include_linux_compat.h b/sysutils/fusefs-libs/files/patch-include_linux_compat.h new file mode 100644 index 000000000000..f08cc5eddcde --- /dev/null +++ b/sysutils/fusefs-libs/files/patch-include_linux_compat.h @@ -0,0 +1,9 @@ +--- include/linux_compat.h.orig Sun Oct 9 22:05:09 2005 ++++ include/linux_compat.h Sun Oct 9 22:05:09 2005 +@@ -0,0 +1,6 @@ ++#include <sys/types.h> /* XXX Or should it be sys/stdint.h ? */ ++ ++#define __u64 uint64_t ++#define __u32 uint32_t ++#define __s32 int32_t ++ |
