diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs-internal.h | 4 | ||||
-rw-r--r-- | src/info.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 9bc41f0c..8f2e26dc 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -30,10 +30,6 @@ #include "hash.h" -#ifndef O_CLOEXEC -#define O_CLOEXEC 0 -#endif - #ifndef SOCK_CLOEXEC #define SOCK_CLOEXEC 0 #endif @@ -33,10 +33,6 @@ #include "guestfs-internal-actions.h" #include "guestfs_protocol.h" -#ifndef O_CLOEXEC -#define O_CLOEXEC 0 -#endif - static int run_qemu_img_info (guestfs_h *g, const char *filename, int (*fn) (guestfs_h *g, char *line, void *data), void *data); static int check_disk_format (guestfs_h *h, char *line, void *data); static int check_disk_virtual_size (guestfs_h *h, char *line, void *data); |