summaryrefslogtreecommitdiff
path: root/package/eudev/patches/patch-src_ata_id_ata_id_c
blob: eae35adf7ee5d9012fb60c12f12a79b0cb0f1956 (plain)
1
2
3
4
5
6
7
8
9
10
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"