1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Fix build UDP-Lite with VIMAGE enabled when building with gcc.

Reported and tested by: Jason Hellenthal
This commit is contained in:
Kevin Lo 2014-06-03 01:30:32 +00:00
parent 527be4f229
commit 71c92ff80a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266990

View File

@ -126,6 +126,7 @@ void kmod_udpstat_inc(int statnum);
#define UDPCTL_PCBLIST 5 /* list of PCBs for UDP sockets */
#ifdef _KERNEL
#include <netinet/in_pcb.h>
SYSCTL_DECL(_net_inet_udp);
extern struct pr_usrreqs udp_usrreqs;