From owner-cvs-all Thu Mar 14 8: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7002F37B400; Thu, 14 Mar 2002 08:05:06 -0800 (PST) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2EG56i33069; Thu, 14 Mar 2002 08:05:06 -0800 (PST) (envelope-from maxim) Message-Id: <200203141605.g2EG56i33069@freefall.freebsd.org> From: Maxim Konovalov Date: Thu, 14 Mar 2002 08:05:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/03/14 08:05:06 PST Modified files: libexec/ftpd ftpcmd.y Log: Teach REST how to restart a file transfer after 2^31 bytes: now yylex() returns off_t in yylval.u.o. REST is the only user of yylval.u.o at the moment. NB: seems lukemftpd has the same bug. PR: misc/28629 Reviewed by: ru Approved by: ru MFC after: 1 month Revision Changes Path 1.33 +33 -25 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message