summary refs log tree commit diff
path: root/pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff')
-rw-r--r--pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff b/pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff
deleted file mode 100644
index ce76fc3b87a..00000000000
--- a/pkgs/os-specific/linux/audit/000-fix-static-attribute-malloc.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/auparse/auparse.h
-+++ b/auparse/auparse.h
-@@ -32,6 +32,9 @@
- # define __attr_dealloc(dealloc, argno)
- # define __attr_dealloc_free
- #endif
-+#ifndef __attribute_malloc__
-+# define __attribute_malloc__ __attribute__ ((__malloc__))
-+#endif
- 
- #ifdef __cplusplus
- extern "C" {
\ No newline at end of file