Bläddra i källkod

Tools: hv: remove inclusion of linux/types.h

With very old libc headers the inclusion of sys/types.h causes conflicts
with linux/types.h. Since the latter is not required anyway, remove it
from the source files. If any of the headers really needs linux/types.h
it has to include it itself.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Olaf Hering 11 år sedan
förälder
incheckning
51b68128ef
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 1
      tools/hv/hv_kvp_daemon.c
  2. 0 1
      tools/hv/hv_vss_daemon.c

+ 0 - 1
tools/hv/hv_kvp_daemon.c

@@ -26,7 +26,6 @@
 #include <sys/socket.h>
 #include <sys/poll.h>
 #include <sys/utsname.h>
-#include <linux/types.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>

+ 0 - 1
tools/hv/hv_vss_daemon.c

@@ -22,7 +22,6 @@
 #include <sys/socket.h>
 #include <sys/poll.h>
 #include <sys/ioctl.h>
-#include <linux/types.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <mntent.h>