diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-09 00:27:40 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-02-09 00:27:40 +0000 |
| commit | d98d74772fefc1efcdf18d459e9e7a25ac9d5559 (patch) | |
| tree | 726e70cebe2d7ee42eb153409ed4a8c742033e3e /usr.bin/ftp | |
| parent | b85666e8797e2d5820689400fa698f3f9f15f441 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ftp')
| -rw-r--r-- | usr.bin/ftp/ftp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 3c7da3feb2cf3..e2c6a39ad456c 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1403,7 +1403,6 @@ noport: #define UC(b) (((int)b)&0xff) switch (daddr->su_family) { - case AF_INET: #ifdef INET6 case AF_INET6: #endif |
