aboutsummaryrefslogtreecommitdiffstats
path: root/security/aide/files/patch-include__aide.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/aide/files/patch-include__aide.h')
-rw-r--r--security/aide/files/patch-include__aide.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/aide/files/patch-include__aide.h b/security/aide/files/patch-include__aide.h
deleted file mode 100644
index 223b13ec8e7f..000000000000
--- a/security/aide/files/patch-include__aide.h
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: include/aide.h
-diff -u include/aide.h.orig include/aide.h
---- include/aide.h.orig 2010-08-09 02:39:31.000000000 +0900
-+++ include/aide.h 2012-10-30 02:24:36.845508733 +0900
-@@ -68,7 +68,7 @@
- # define HAVE_STRTOIMAX
- #endif
-
--#if SIZEOF_OFF64_T == SIZEOF_LONG_LONG
-+#if AIDE_OFF_TYPE == off64_t && SIZEOF_OFF64_T == SIZEOF_LONG_LONG || AIDE_OFF_TYPE == off_t && SIZEOF_OFF_T == SIZEOF_LONG_LONG
- # ifdef HAVE_STRTOLL
- # define AIDE_STRTOLL_FUNC strtoll
- # else