From owner-cvs-src@FreeBSD.ORG Sat Dec 29 05:15:57 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991DD16A418; Sat, 29 Dec 2007 05:15:57 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79F1213C4EF; Sat, 29 Dec 2007 05:15:57 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBT5FuDi002184; Sat, 29 Dec 2007 05:15:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBT5FtG5002183; Sat, 29 Dec 2007 05:15:55 GMT (envelope-from imp) Message-Id: <200712290515.lBT5FtG5002183@repoman.freebsd.org> From: Warner Losh Date: Sat, 29 Dec 2007 05:15:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/colldef parse.y scan.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Dec 2007 05:15:57 -0000 imp 2007-12-29 05:15:55 UTC FreeBSD src repository Modified files: usr.bin/colldef parse.y scan.l Log: Some systems need the types defined in sys/types.h, but lack the sys/types.h polution that FreeBSD has in one of its include files. Since this is a bootstrap tool, include more than is strictly necessary for FreeBSD. Revision Changes Path 1.35 +1 -0 src/usr.bin/colldef/parse.y 1.20 +1 -0 src/usr.bin/colldef/scan.l