summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_ftp.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-07-05 10:53:28 +0000
committerdes <des@FreeBSD.org>2004-07-05 10:53:28 +0000
commit0518dc3818c44b25b0ecdc4b38e7e642f63a4247 (patch)
treeedafb583425323ab9b59562492a624301104a303 /sys/netinet/libalias/alias_ftp.c
parent408d450c6b824e2082587f0fdde36251dcbd51f3 (diff)
downloadFreeBSD-src-0518dc3818c44b25b0ecdc4b38e7e642f63a4247.zip
FreeBSD-src-0518dc3818c44b25b0ecdc4b38e7e642f63a4247.tar.gz
Mechanical whitespace cleanup.
Diffstat (limited to 'sys/netinet/libalias/alias_ftp.c')
-rw-r--r--sys/netinet/libalias/alias_ftp.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c
index 91d4952..2a7def7 100644
--- a/sys/netinet/libalias/alias_ftp.c
+++ b/sys/netinet/libalias/alias_ftp.c
@@ -50,17 +50,17 @@ __FBSDID("$FreeBSD$");
Initial version: August, 1996 (cjm)
Version 1.6
- Brian Somers and Martin Renters identified an IP checksum
- error for modified IP packets.
+ Brian Somers and Martin Renters identified an IP checksum
+ error for modified IP packets.
Version 1.7: January 9, 1996 (cjm)
- Differential checksum computation for change
- in IP packet length.
+ Differential checksum computation for change
+ in IP packet length.
Version 2.1: May, 1997 (cjm)
- Very minor changes to conform with
- local/global/function naming conventions
- within the packet aliasing module.
+ Very minor changes to conform with
+ local/global/function naming conventions
+ within the packet aliasing module.
Version 3.1: May, 2000 (eds)
Add support for passive mode, alias the 227 replies.
@@ -106,7 +106,7 @@ AliasHandleFtpOut(
struct ip *pip, /* IP packet to examine/patch */
struct alias_link *link, /* The link to go through (aliased port) */
int maxpacketsize /* The maximum size this packet can grow to
- (including headers) */ )
+ (including headers) */ )
{
int hlen, tlen, dlen, pflags;
char *sptr;
OpenPOWER on IntegriCloud