Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
fuse
Commits
80121613
Commit
80121613
authored
Jun 19, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed kernel types to build on aarch64
parent
d17df32d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Makefile
Makefile
+1
-0
fuse-2.9.9-fix_types.patch
fuse-2.9.9-fix_types.patch
+17
-0
No files found.
Makefile
View file @
80121613
all
:
tar
xf fuse-2.9.9.tar.gz
patch
-Np1
-d
fuse-2.9.9 < fuse-2.9.9-fix_types.patch
cd
fuse-2.9.9
&&
./configure
--prefix
=
/usr
--disable-static
--exec-prefix
=
/
$(MAKE)
-C
fuse-2.9.9
$(MAKE)
-C
fuse-2.9.9
DESTDIR
=
$(CURDIR)
/fuse-2.9.9/Dest
install
...
...
fuse-2.9.9-fix_types.patch
0 → 100644
View file @
80121613
diff -uNr fuse-2.9.9/include/fuse_kernel.h fuse-2.9.9-fix_types/include/fuse_kernel.h
--- fuse-2.9.9/include/fuse_kernel.h 2019-01-04 13:33:33.000000000 +0000
+++ fuse-2.9.9-fix_types/include/fuse_kernel.h 2020-06-19 03:45:57.686991756 +0000
@@ -88,12 +88,7 @@
#ifndef _LINUX_FUSE_H
#define _LINUX_FUSE_H
-#include <sys/types.h>
-#define __u64 uint64_t
-#define __s64 int64_t
-#define __u32 uint32_t
-#define __s32 int32_t
-#define __u16 uint16_t
+#include <linux/types.h>
/*
* Version negotiation:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment