summaryrefslogtreecommitdiff
path: root/package/eudev/patches/patch-src_ata_id_ata_id_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-25 12:06:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-25 12:06:04 +0100
commit707203cd87cfc8c25313ee021f1e52f7ab1fdd61 (patch)
treef2a270bd86eaae0c788294ac8d21d85c9c6e3460 /package/eudev/patches/patch-src_ata_id_ata_id_c
parent46af98aa4327633d1509d728b3b85e0a4da39c9b (diff)
parent6688b85c468752dfd985dd763d9b28788fe6806b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eudev/patches/patch-src_ata_id_ata_id_c')
-rw-r--r--package/eudev/patches/patch-src_ata_id_ata_id_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/eudev/patches/patch-src_ata_id_ata_id_c b/package/eudev/patches/patch-src_ata_id_ata_id_c
new file mode 100644
index 000000000..eae35adf7
--- /dev/null
+++ b/package/eudev/patches/patch-src_ata_id_ata_id_c
@@ -0,0 +1,11 @@
+--- eudev-1.5.3.orig/src/ata_id/ata_id.c 2014-03-22 22:56:51.000000000 +0100
++++ eudev-1.5.3/src/ata_id/ata_id.c 2014-03-24 20:44:36.000000000 +0100
+@@ -42,7 +42,7 @@
+ #include <arpa/inet.h>
+
+ #ifdef __UCLIBC__
+-#include <linux/fcntl.h>
++#define O_CLOEXEC 02000000 /* Set close_on_exec. */
+ #endif
+
+ #include "libudev.h"