diff options
Diffstat (limited to 'emulators/qemu41/files/patch-include_net_net.h')
-rw-r--r-- | emulators/qemu41/files/patch-include_net_net.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu41/files/patch-include_net_net.h b/emulators/qemu41/files/patch-include_net_net.h deleted file mode 100644 index 92d57989a03f..000000000000 --- a/emulators/qemu41/files/patch-include_net_net.h +++ /dev/null @@ -1,13 +0,0 @@ ---- include/net/net.h.orig 2019-04-23 18:14:46 UTC -+++ include/net/net.h -@@ -209,8 +209,8 @@ void qmp_netdev_add(QDict *qdict, QObject **ret, Error - int net_hub_id_for_client(NetClientState *nc, int *id); - NetClientState *net_hub_port_find(int hub_id); - --#define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup" --#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/qemu-ifdown" -+#define DEFAULT_NETWORK_SCRIPT PREFIX "/etc/qemu-ifup" -+#define DEFAULT_NETWORK_DOWN_SCRIPT PREFIX "/etc/qemu-ifdown" - #define DEFAULT_BRIDGE_HELPER CONFIG_QEMU_HELPERDIR "/qemu-bridge-helper" - #define DEFAULT_BRIDGE_INTERFACE "br0" - |