From owner-cvs-src@FreeBSD.ORG Sun Apr 6 00:35:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1026A37B401; Sun, 6 Apr 2003 00:35:34 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E2343F85; Sun, 6 Apr 2003 00:35:33 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h368ZWA7081968; Sun, 6 Apr 2003 01:35:32 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 06 Apr 2003 01:34:08 -0700 (MST) Message-Id: <20030406.013408.66270520.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200304060830.h368UPa9091991@repoman.freebsd.org> References: <200304060830.h368UPa9091991@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/usr.bin/tip/libacu courier.c df.c hayes.c t3000.c src/usr.bin/tip/tip cmds.c cmdtab.c tip.c tip.h value.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 08:35:34 -0000 In message: <200304060830.h368UPa9091991@repoman.freebsd.org> Warner Losh writes: : imp 2003/04/06 00:30:25 PST : : FreeBSD src repository : : Modified files: : usr.bin/tip/libacu courier.c df.c hayes.c t3000.c : usr.bin/tip/tip cmds.c cmdtab.c tip.c tip.h value.c : Log: : make prototpyes match functions, and declare things static as needed BTW, Tip needs a lot of work to make it modern 'C', but this fixes about 1/10 of the warnings in the current build.... I didn't want to fix all of them since it looks like this code might also be shared with some other BSD. Warner