summaryrefslogtreecommitdiff
path: root/package/eudev/patches/patch-src_scsi_id_scsi_serial_c
blob: ab4f23dfd79841bc2f31a995adb9a326245c5eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- eudev-1.5.3.orig/src/scsi_id/scsi_serial.c	2014-03-22 22:56:51.000000000 +0100
+++ eudev-1.5.3/src/scsi_id/scsi_serial.c	2014-03-24 20:49:53.000000000 +0100
@@ -35,7 +35,7 @@
 #include <linux/bsg.h>
 
 #ifdef __UCLIBC__
-#include <linux/fcntl.h>
+#define O_CLOEXEC      02000000        /* set close_on_exec */
 #endif
 
 #include "libudev.h"