From owner-freebsd-current Tue Feb 11 14:27:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA24275 for current-outgoing; Tue, 11 Feb 1997 14:27:11 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA24266; Tue, 11 Feb 1997 14:26:46 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id OAA01916 ; Tue, 11 Feb 1997 14:26:41 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id RAA15627; Tue, 11 Feb 1997 17:22:45 -0500 (EST) From: "John S. Dyson" Message-Id: <199702112222.RAA15627@dyson.iquest.net> Subject: Re: make world: /usr/src/bin/df/df.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 11 Feb 1997 17:22:45 -0500 (EST) Cc: dyson@freebsd.org, helbig@MX.BA-Stuttgart.De, current@freebsd.org In-Reply-To: <9463.855698914@time.cdrom.com> from "Jordan K. Hubbard" at Feb 11, 97 02:08:34 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Oh, I know where it *is* - I even use it as a work-around. The fact > remains that I probably should not have to include something that > deep in the sys/ tree in order to get that structure again. I think > it's broke. :-) > Maybe, but I have added /sys/ufs to /usr/include/ufs in my code. That is consistant with other situations. (moved to -current for comments.)