Adding missing header to fix FTBFS.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2b54b3bcb3
commit
cf48e67c97
2 changed files with 16 additions and 0 deletions
15
debian/patches/debian/0013-xmalloc-ftbfs.patch
vendored
Normal file
15
debian/patches/debian/0013-xmalloc-ftbfs.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
|
Description: Adding missing header to fix FTBFS.
|
||||||
|
|
||||||
|
diff -Naurp mdadm.orig/raid6check.c mdadm/raid6check.c
|
||||||
|
--- mdadm.orig/raid6check.c
|
||||||
|
+++ mdadm/raid6check.c
|
||||||
|
@@ -23,6 +23,8 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "mdadm.h"
|
||||||
|
+#include "xmalloc.h"
|
||||||
|
+
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -10,3 +10,4 @@ debian/0009-systemd-honor-debconf-daily-scan.patch
|
||||||
debian/0010-mdcheck-fix-empty-spaces-in-timer-unit-files.patch
|
debian/0010-mdcheck-fix-empty-spaces-in-timer-unit-files.patch
|
||||||
debian/0011-systemd-directory.patch
|
debian/0011-systemd-directory.patch
|
||||||
debian/0012-bin-directory.patch
|
debian/0012-bin-directory.patch
|
||||||
|
debian/0013-xmalloc-ftbfs.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue