From owner-cvs-src-old@FreeBSD.ORG Tue Feb 24 00:58:06 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0042B1065670 for ; Tue, 24 Feb 2009 00:58:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E06DC8FC0C for ; Tue, 24 Feb 2009 00:58:05 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1O0w5CZ059906 for ; Tue, 24 Feb 2009 00:58:05 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1O0w4tC059905 for cvs-src-old@freebsd.org; Tue, 24 Feb 2009 00:58:04 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902240058.n1O0w4tC059905@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Tue, 24 Feb 2009 00:53:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.bin/kdump mkioctls X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 00:58:06 -0000 thompsa 2009-02-24 00:53:10 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile usr.bin/kdump mkioctls Log: SVN rev 188978 on 2009-02-24 00:53:10Z by thompsa Install the old usb headers under /usr/include/legacy/dev/usb as they are needed by the hal port. This will be removed before 8.0. Add an exclusion to kdump as some structs will be redefined. Requested by: marcus Revision Changes Path 1.127 +6 -0 src/etc/mtree/BSD.include.dist 1.287 +1 -1 src/include/Makefile 1.42 +4 -1 src/usr.bin/kdump/mkioctls