- KVP, VSS: removed inclusion of linux/types.h - VSS: Ignore VFAT mounts during freeze operation Signed-off-by: Tomas Hozza <thozza@redhat.com>
13 lines
437 B
Diff
13 lines
437 B
Diff
diff -up hypervkvpd-0/hv_kvp_daemon.c.include hypervkvpd-0/hv_kvp_daemon.c
|
|
--- hypervkvpd-0/hv_kvp_daemon.c.include 2013-03-20 14:47:30.812899613 +0100
|
|
+++ hypervkvpd-0/hv_kvp_daemon.c 2013-03-20 14:47:42.337896971 +0100
|
|
@@ -35,7 +35,7 @@
|
|
#include <errno.h>
|
|
#include <arpa/inet.h>
|
|
#include <linux/connector.h>
|
|
-#include <linux/hyperv.h>
|
|
+#include "linux/hyperv.h"
|
|
#include <linux/netlink.h>
|
|
#include <ifaddrs.h>
|
|
#include <netdb.h>
|