From owner-cvs-all@FreeBSD.ORG Sat Nov 1 08:10:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B7FB16A4CE; Sat, 1 Nov 2003 08:10:53 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B4043FB1; Sat, 1 Nov 2003 08:10:52 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-239-203.zoominternet.net [24.154.239.203]) by pittgoth.com (8.12.9/8.12.9) with SMTP id hA1GAovd008286; Sat, 1 Nov 2003 11:10:51 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Sat, 1 Nov 2003 11:10:44 -0500 From: Tom Rhodes To: Tom Rhodes Message-Id: <20031101111044.642e22ea.trhodes@FreeBSD.org> In-Reply-To: <200311011558.hA1Fw7JO047355@repoman.freebsd.org> References: <200311011558.hA1Fw7JO047355@repoman.freebsd.org> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount_cd9660 mount_cd9660.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 16:10:53 -0000 On Sat, 1 Nov 2003 07:58:07 -0800 (PST) Tom Rhodes wrote: > trhodes 2003/11/01 07:58:07 PST > > FreeBSD src repository > > Modified files: > sbin/mount_cd9660 mount_cd9660.c > Log: > The copywrite is not a 'static char', remove the #ifdefs and move the copywrite up > into the commented out 'copywrite' section. > > Include sys/linker.h for kldload(3). FWIW, I did not want to remove the second copywrite, so it was moved into the comment section as stated above. The first change was discussed with rwatson. This utility is now WARNS?=2 clean. -- Tom Rhodes