From owner-cvs-src@FreeBSD.ORG Sat Nov 1 07:58:11 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 D4A3416A4CE; Sat, 1 Nov 2003 07:58:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DDD43F3F; Sat, 1 Nov 2003 07:58:11 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA1Fw9XJ047356; Sat, 1 Nov 2003 07:58:10 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA1Fw7JO047355; Sat, 1 Nov 2003 07:58:08 -0800 (PST) (envelope-from trhodes) Message-Id: <200311011558.hA1Fw7JO047355@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 1 Nov 2003 07:58:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.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: Sat, 01 Nov 2003 15:58:12 -0000 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). Revision Changes Path 1.23 +4 -6 src/sbin/mount_cd9660/mount_cd9660.c