blob: b012c866b3d8c47b5d66d21144b94f2b8408b10a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://github.com/void-linux/void-packages/tree/master/srcpkgs/reiserfsprogs/patches
See https://www.openwall.com/lists/musl/2013/01/23/6
--- a/include/reiserfs_lib.h
+++ b/include/reiserfs_lib.h
@@ -3,6 +3,10 @@
* reiserfsprogs/README
*/
+#if !defined(__GLIBC__)
+#define loff_t off_t
+#endif
+
#ifndef REISERFSPROGS_LIB_H
#define REISERFSPROGS_LIB_H
|