From owner-cvs-src@FreeBSD.ORG Tue Nov 4 13:04:15 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 9E4C416A4D6; Tue, 4 Nov 2003 13:04:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8A8843FEA; Tue, 4 Nov 2003 13:04:14 -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 hA4L4EXJ071665; Tue, 4 Nov 2003 13:04:14 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA4L4E6f071659; Tue, 4 Nov 2003 13:04:14 -0800 (PST) (envelope-from trhodes) Message-Id: <200311042104.hA4L4E6f071659@repoman.freebsd.org> From: Tom Rhodes Date: Tue, 4 Nov 2003 13:04:14 -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: Tue, 04 Nov 2003 21:04:15 -0000 trhodes 2003/11/04 13:04:14 PST FreeBSD src repository Modified files: sbin/mount_cd9660 mount_cd9660.c Log: Use 'const' in the copyright stamp, this is done in other utilities. Return linker.h to the includes list. No objection from: wollman (for the copyright) Revision Changes Path 1.25 +2 -1 src/sbin/mount_cd9660/mount_cd9660.c