diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-06-08 12:13:58 -0500 |
commit | 13748cf499fbd93468e7103c0866e073a666f270 (patch) | |
tree | b7bad9c923765b123703a738539bc66afb765a56 /block/raw-posix.c | |
parent | 99cce9fa4e091fd7ead1926e1c0db016ef293f36 (diff) | |
parent | 7665385a8580ee5cea2cae44e1b58d6d7518a156 (diff) |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'block/raw-posix.c')
-rw-r--r-- | block/raw-posix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/raw-posix.c b/block/raw-posix.c index fd57b5bb5d..4cd7d7afbb 100644 --- a/block/raw-posix.c +++ b/block/raw-posix.c @@ -43,7 +43,6 @@ #ifdef __sun__ #define _POSIX_PTHREAD_SEMANTICS 1 -#include <signal.h> #include <sys/dkio.h> #endif #ifdef __linux__ @@ -53,7 +52,6 @@ #include <linux/fd.h> #endif #if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) -#include <signal.h> #include <sys/disk.h> #include <sys/cdio.h> #endif |