From owner-cvs-all Mon Oct 1 1:46:55 2001 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 185F537B408; Mon, 1 Oct 2001 01:46:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f918kkv59032; Mon, 1 Oct 2001 01:46:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200110010846.f918kkv59032@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Oct 2001 01:46:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh histedit.c input.c src/contrib/bind/bin/nslookup commands.l src/include Makefile src/sbin/fsdb fsdb.c src/usr.sbin/cdcontrol cdcontrol.c src/usr.sbin/lpr/lpc lpc.c src/usr.sbin/pppctl pppctl.c ... 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 obrien 2001/10/01 01:46:45 PDT Modified files: bin/sh histedit.c input.c contrib/bind/bin/nslookup commands.l include Makefile sbin/fsdb fsdb.c usr.sbin/cdcontrol cdcontrol.c usr.sbin/lpr/lpc lpc.c usr.sbin/pppctl pppctl.c usr.bin/ftp Makefile cmds.c cmdtab.c complete.c config.h domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Log: Adjust to the libedit enhancements some functions now take more parameters. Partially submitted by: kris Revision Changes Path 1.17 +1 -1 src/bin/sh/histedit.c 1.16 +1 -1 src/bin/sh/input.c 1.8 +1 -1 src/contrib/bind/bin/nslookup/commands.l 1.153 +1 -1 src/include/Makefile 1.17 +1 -1 src/sbin/fsdb/fsdb.c 1.13 +1 -1 src/usr.bin/ftp/Makefile 1.20 +1 -1 src/usr.bin/ftp/cmds.c 1.9 +1 -1 src/usr.bin/ftp/cmdtab.c 1.7 +1 -1 src/usr.bin/ftp/complete.c 1.2 +1 -1 src/usr.bin/ftp/config.h 1.8 +1 -1 src/usr.bin/ftp/domacro.c 1.13 +1 -1 src/usr.bin/ftp/extern.h 1.23 +1 -1 src/usr.bin/ftp/fetch.c 1.23 +1 -1 src/usr.bin/ftp/ftp.1 1.36 +1 -1 src/usr.bin/ftp/ftp.c 1.13 +2 -1 src/usr.bin/ftp/ftp_var.h 1.31 +2 -2 src/usr.bin/ftp/main.c 1.5 +1 -1 src/usr.bin/ftp/pathnames.h 1.11 +1 -1 src/usr.bin/ftp/ruserpass.c 1.23 +4 -3 src/usr.bin/ftp/util.c 1.34 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c 1.24 +1 -1 src/usr.sbin/lpr/lpc/lpc.c 1.30 +1 -1 src/usr.sbin/pppctl/pppctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message