1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

We don't need ip_ipsec_pxy.c in userland.

This commit is contained in:
Ruslan Ermilov 2002-03-26 13:42:09 +00:00
parent 6239d3aebd
commit f791219e02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93224

View File

@ -98,8 +98,8 @@ static int appr_fixseqack __P((fr_info_t *, ip_t *, ap_session_t *, int ));
#include "netinet/ip_rcmd_pxy.c"
#include "netinet/ip_raudio_pxy.c"
#include "netinet/ip_netbios_pxy.c"
#endif
#include "netinet/ip_ipsec_pxy.c"
#endif
ap_session_t *ap_sess_tab[AP_SESS_SIZE];
ap_session_t *ap_sess_list = NULL;