Sweden-Number/dlls/nsiproxy.sys
Gerald Pfeifer a1cc71207c nsiproxy: Include sys/queue.h from tcp.c.
In what looks like a change between FreeBSD 11 and later versions
(FreeBSD 12 and 13), we now need to explicitly include sys/queue.h
to avoid

  In file included from dlls/nsiproxy.sys/tcp.c:42:
  /usr/include/netinet/tcp_var.h:516:2: error:
  expected specifier-qualifier-list before 'TAILQ_ENTRY'
  516 | TAILQ_ENTRY(tcptw)  tw_2msl;

Signed-off-by: Gerald Pfeifer <gerald@pfeifer.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-25 10:39:41 +02:00
..
Makefile.in nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS. 2021-08-20 17:34:56 +02:00
device.c nsiproxy: Introduce IOCTL_NSIPROXY_WINE_GET_PARAMETER. 2021-07-01 22:34:31 +02:00
ip.c nsiproxy: Add an #ifdef guard for SIN_ROUTER. 2021-08-13 11:38:08 +02:00
ndis.c nsiproxy: Implement IP unicast get_all_parameters. 2021-07-20 12:15:59 +02:00
nsi.c nsiproxy: Implement UDP endpoint enumerate_all. 2021-08-18 11:07:20 +02:00
nsiproxy.sys.spec
nsiproxy_private.h nsiproxy: Implement UDP endpoint enumerate_all. 2021-08-18 11:07:20 +02:00
tcp.c nsiproxy: Include sys/queue.h from tcp.c. 2021-08-25 10:39:41 +02:00
udp.c nsiproxy: Include netinet/in.h in udp.c. 2021-08-23 11:48:54 +02:00