From owner-cvs-usrbin Fri Jun 27 02:32:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA13592 for cvs-usrbin-outgoing; Fri, 27 Jun 1997 02:32:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA13519; Fri, 27 Jun 1997 02:31:40 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA07347; Fri, 27 Jun 1997 02:30:18 -0700 (PDT) Date: Fri, 27 Jun 1997 02:30:18 -0700 (PDT) Message-Id: <199706270930.CAA07347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ftp cmds.c complete.c domacro.c fetch.c main.c util.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/06/27 02:30:18 PDT Modified files: usr.bin/ftp cmds.c complete.c domacro.c fetch.c main.c util.c Log: Localize it (ctype) 8bit ctype clean fixes (I can't input 8bit chars otherwise in this new ftp, it beeps) Revision Changes Path 1.8 +10 -10 src/usr.bin/ftp/cmds.c 1.2 +3 -3 src/usr.bin/ftp/complete.c 1.3 +5 -5 src/usr.bin/ftp/domacro.c 1.2 +4 -4 src/usr.bin/ftp/fetch.c 1.14 +5 -2 src/usr.bin/ftp/main.c 1.2 +3 -3 src/usr.bin/ftp/util.c