diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2014-09-21 18:09:48 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-09-21 18:12:05 +0200 |
| commit | 83bbb8b1c0a5259a2ecee39050da44378055c171 (patch) | |
| tree | 0583e8621764cee3d6d28c12640fc44ce40708fc /testing/zfs-grsec/timestruct.patch | |
| parent | ea9df32c7720f059b7665cd48c5a18c3e4daea1f (diff) | |
| download | aports-83bbb8b1c0a5259a2ecee39050da44378055c171.tar.bz2 aports-83bbb8b1c0a5259a2ecee39050da44378055c171.tar.xz | |
testing/zfs-grsec: fix build on musl
thanks to stef: https://github.com/zfsonlinux/zfs/pull/2699
Diffstat (limited to 'testing/zfs-grsec/timestruct.patch')
| -rw-r--r-- | testing/zfs-grsec/timestruct.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/zfs-grsec/timestruct.patch b/testing/zfs-grsec/timestruct.patch deleted file mode 100644 index a25b41b484..0000000000 --- a/testing/zfs-grsec/timestruct.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 6296d14f69d42e30fff089cc865f9f1b3c13b6c3 Mon Sep 17 00:00:00 2001 -From: stf <s@ctrlc.hu> -Date: Tue, 10 Jun 2014 03:37:51 +0200 -Subject: [PATCH] sys/param.h depends on types defined in - sys/types.h\n(hrtime_t & timestruc_t) - ---- - lib/libspl/include/sys/types.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/lib/libspl/include/sys/types.h b/lib/libspl/include/sys/types.h -index bd34dec..08cd0b4 100644 ---- a/lib/libspl/include/sys/types.h -+++ b/lib/libspl/include/sys/types.h -@@ -30,7 +30,6 @@ - #include <sys/isa_defs.h> - #include <sys/feature_tests.h> - #include_next <sys/types.h> --#include <sys/param.h> /* for NBBY */ - #include <sys/types32.h> - #include <sys/va_list.h> - -@@ -96,4 +95,6 @@ typedef union { - } lloff_t; - #endif - -+#include <sys/param.h> /* for NBBY */ -+ - #endif --- -1.9.3 - |
