Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- From: Zhang Weiwu <zhangweiwu@xxxxxxxxxx>
- Date: Tue, 17 Apr 2007 02:24:30 +0800
Pieter de Goeje 写道:
I think your patch looks good, however there have been some changes to ftpd since 6.1. Also, since lukemftp is imported from NetBSD, you might want to contact the original author so future imports won't discard this new feature.Original author of lukemftp? I never used that software before, but would be glad to try as next option and see if I can patch that too. You already discovered (by checking my patch) I am a C newbie who only wish to solve his own problem at hand...
On Monday 16 April 2007, Zhang Weiwu wrote:Yes. A break is missing:)
family = (family == AF_INET) ? AF_UNSPEC :Add missing break statement here?
AF_INET6; break;
+
+ case '8':
+ utf8_mode = 1;
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- a simple patch to enable RFC2640 for /usr/libexec/ftpd
- From: Zhang Weiwu
- Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- From: Pieter de Goeje
- a simple patch to enable RFC2640 for /usr/libexec/ftpd
- Prev by Date: Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- Next by Date: Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- Previous by thread: Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- Next by thread: Re: a simple patch to enable RFC2640 for /usr/libexec/ftpd
- Index(es):