From owner-cvs-src@FreeBSD.ORG Wed Feb 1 18:24:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG 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 9898816A420; Wed, 1 Feb 2006 18:24:34 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32E243D48; Wed, 1 Feb 2006 18:24:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k11ILoWr056448; Wed, 1 Feb 2006 11:21:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 01 Feb 2006 11:21:49 -0700 (MST) Message-Id: <20060201.112149.112567595.imp@bsdimp.com> To: sgk@troutmask.apl.washington.edu From: Warner Losh In-Reply-To: <20060201.110944.41688240.imp@bsdimp.com> References: <20060201174034.GA29331@xor.obsecurity.org> <20060201175804.GA74170@troutmask.apl.washington.edu> <20060201.110944.41688240.imp@bsdimp.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 01 Feb 2006 11:21:50 -0700 (MST) Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, stefanf@FreeBSD.ORG, ru@FreeBSD.ORG, kris@obsecurity.org, stefan@fafoe.narf.at Subject: Re: cvs commit: src/sys/sys cdefs.h src/include nl_types.h stdio.h 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: Wed, 01 Feb 2006 18:24:34 -0000 > I'm actually surprised that make includes doesn't install the sys > directory as well, which would pick up the new sys/cdefs.h. Does > 'make -f Makefile.inc _includes' also exhibit the same problem? Sorry to followup my own message. I just did a make includes and it does seem to install sys/cdefs.h, so I'm not sure why you'd be seeing this problem. Can you take a look at your sys/cdefs.h that you have on the system that suffered the corruption and tell us what version it is? Thanks much Warner