mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Specific to version 3.0 in preperation for upgrading qemu to 3.1.X - USES=gl is not always needed [1] PR: 238364 [1] Submitted by: pizzamig [1]
13 lines
450 B
C
13 lines
450 B
C
--- 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 */
|