From owner-freebsd-current Tue Feb 11 14:32:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA24896 for current-outgoing; Tue, 11 Feb 1997 14:32:10 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA24679; Tue, 11 Feb 1997 14:31:11 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id OAA09639; Tue, 11 Feb 1997 14:28:44 -0800 (PST) To: "John S. Dyson" cc: dyson@freebsd.org, helbig@MX.BA-Stuttgart.De, current@freebsd.org Subject: Re: make world: /usr/src/bin/df/df.c In-reply-to: Your message of "Tue, 11 Feb 1997 17:22:45 EST." <199702112222.RAA15627@dyson.iquest.net> Date: Tue, 11 Feb 1997 14:28:44 -0800 Message-ID: <9636.855700124@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Maybe, but I have added /sys/ufs to /usr/include/ufs in my code. That > is consistant with other situations. Yes, that's at least less evil than having to include ufs/ufs/... and should probably be adopted if we decide to switch include file conventions for 44L2. :-) Jordan