blob: 6edda08cdf12062bfddc2f55241c5349d5af8761 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001--- mdadm.d/mdadm-1.3.0/mdadm.h.org 2017-06-20 00:35:55.366978372 -0700
2+++ mdadm.d/mdadm-1.3.0/mdadm.h 2017-06-20 00:36:41.244363348 -0700
3@@ -29,8 +29,9 @@
4
5 #define __USE_LARGEFILE64
6 #include <unistd.h>
7-extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
8+//extern __off64_t lseek64 __P ((int __fd, __off64_t __offset, int __whence));
9
10+#include <sys/sysmacros.h>
11 #include <sys/types.h>
12 #include <sys/stat.h>
13 #include <stdlib.h>