WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove unused #include <sys/ioctl.h>.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID d8451bb6278cb5f3f477dd9392213be7c66730b4
# Parent  bd816eee9cf68f457e88589b301de2300462435e
Remove unused #include <sys/ioctl.h>.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r bd816eee9cf6 -r d8451bb6278c tools/xenstore/xs.c
--- a/tools/xenstore/xs.c       Wed Mar  1 13:49:31 2006
+++ b/tools/xenstore/xs.c       Wed Mar  1 16:52:37 2006
@@ -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 @@
                free(ret);
                saved_errno = EBADF;
                goto close_fd;
-               
        }
        return ret;
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove unused #include <sys/ioctl.h>., Xen patchbot -unstable <=