patch-src_ata_id_ata_id_c 328 B

1234567891011
  1. --- eudev-1.5.3.orig/src/ata_id/ata_id.c 2014-03-22 22:56:51.000000000 +0100
  2. +++ eudev-1.5.3/src/ata_id/ata_id.c 2014-03-24 20:44:36.000000000 +0100
  3. @@ -42,7 +42,7 @@
  4. #include <arpa/inet.h>
  5. #ifdef __UCLIBC__
  6. -#include <linux/fcntl.h>
  7. +#define O_CLOEXEC 02000000 /* Set close_on_exec. */
  8. #endif
  9. #include "libudev.h"