Deleted Added
full compact
ip_ftp_pxy.c (57096) ip_ftp_pxy.c (57126)
1/*
2 * Simple FTP transparent proxy for in-kernel use. For use with the NAT
3 * code.
1/*
2 * Simple FTP transparent proxy for in-kernel use. For use with the NAT
3 * code.
4 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c 57126 2000-02-10 21:29:11Z guido $
4 */
5#if SOLARIS && defined(_KERNEL)
6extern kmutex_t ipf_rw;
7#endif
8
9#define isdigit(x) ((x) >= '0' && (x) <= '9')
10
11#define IPF_FTP_PROXY

--- 446 unchanged lines hidden ---
5 */
6#if SOLARIS && defined(_KERNEL)
7extern kmutex_t ipf_rw;
8#endif
9
10#define isdigit(x) ((x) >= '0' && (x) <= '9')
11
12#define IPF_FTP_PROXY

--- 446 unchanged lines hidden ---