repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
tools
/
filesystems
/
ext4magic
/
glibc-fix.patch
blob
906609788939a1fe561731640d142fd160403444
1
diff --git a/src/recover.c b/src/recover.c
2
index 41b4aee..30b5d8f 100644
3
--- a/src/recover.c
4
+++ b/src/recover.c
5
@@ -24,6 +24,7 @@
6
#include <errno.h>
7
#include <fcntl.h>
8
#include <utime.h>
9
+#include <sys/sysmacros.h>
10
11
#ifndef O_LARGEFILE
12
#define O_LARGEFILE 0