From 4c5e0997f865134edfcb2d2954532fbf57eb9142 Mon Sep 17 00:00:00 2001 From: green Date: Sat, 19 Jun 1999 11:35:41 +0000 Subject: Add RCS strings to kernel ipfilter files. --- sys/netinet/ip_ftp_pxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netinet/ip_ftp_pxy.c') diff --git a/sys/netinet/ip_ftp_pxy.c b/sys/netinet/ip_ftp_pxy.c index dd70c81..7e37d96 100644 --- a/sys/netinet/ip_ftp_pxy.c +++ b/sys/netinet/ip_ftp_pxy.c @@ -1,6 +1,8 @@ /* * Simple FTP transparent proxy for in-kernel use. For use with the NAT * code. + * + * $Id$ */ #define isdigit(x) ((x) >= '0' && (x) <= '9') -- cgit v1.1