summaryrefslogtreecommitdiff
path: root/emulators/qemu30/files/pcap-patch-net_clients.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-04-21 18:22:15 +0000
committerRene Ladan <rene@FreeBSD.org>2020-04-21 18:22:15 +0000
commit76d542859eed5f53059a18c4319b02835290663f (patch)
treef66054d07c0339fd3f1b27e031804a8543d4b45f /emulators/qemu30/files/pcap-patch-net_clients.h
parentsecurity/step-certificates: Update to 0.14.3 (diff)
Remove expired port:
2020-04-21 emulators/qemu30: No longer maintained by upstream
Notes
Notes: svn path=/head/; revision=532290
Diffstat (limited to 'emulators/qemu30/files/pcap-patch-net_clients.h')
-rw-r--r--emulators/qemu30/files/pcap-patch-net_clients.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/qemu30/files/pcap-patch-net_clients.h b/emulators/qemu30/files/pcap-patch-net_clients.h
deleted file mode 100644
index 5b56f1b2f49a..000000000000
--- a/emulators/qemu30/files/pcap-patch-net_clients.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- net/clients.h.orig 2018-04-24 16:30:47 UTC
-+++ net/clients.h
-@@ -61,4 +61,10 @@ int net_init_netmap(const Netdev *netdev, const char *
- int net_init_vhost_user(const Netdev *netdev, const char *name,
- NetClientState *peer, Error **errp);
-
-+#ifdef CONFIG_PCAP
-+int net_init_pcap(const Netdev *netdev, const char *name,
-+ NetClientState *peer, Error **errp);
-+#endif
-+
-+
- #endif /* QEMU_NET_CLIENTS_H */