aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xs.c
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-01 17:52:37 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-01 17:52:37 +0100
commit3ef81423e2112d1f8c01f8a7b7555ee77332351c (patch)
treedb1b9aecfd9607f4295e572f119aef4a81b66c55 /tools/xenstore/xs.c
parentc9c1967cb0d4646e70cb86387916b85520d16c5c (diff)
downloadxen-3ef81423e2112d1f8c01f8a7b7555ee77332351c.tar.gz
xen-3ef81423e2112d1f8c01f8a7b7555ee77332351c.tar.bz2
xen-3ef81423e2112d1f8c01f8a7b7555ee77332351c.zip
Remove unused #include <sys/ioctl.h>.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xenstore/xs.c')
-rw-r--r--tools/xenstore/xs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c
index f7a576119f..6dea25451f 100644
--- a/tools/xenstore/xs.c
+++ b/tools/xenstore/xs.c
@@ -31,7 +31,6 @@
#include <signal.h>
#include <stdint.h>
#include <errno.h>
-#include <sys/ioctl.h>
#include <pthread.h>
#include "xs.h"
#include "list.h"
@@ -343,7 +342,6 @@ static void *xs_talkv(struct xs_handle *h, xs_transaction_t t,
free(ret);
saved_errno = EBADF;
goto close_fd;
-
}
return ret;