From owner-freebsd-questions Tue Feb 25 08:34:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00614 for questions-outgoing; Tue, 25 Feb 1997 08:34:05 -0800 (PST) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA00609 for ; Tue, 25 Feb 1997 08:34:03 -0800 (PST) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA16557 for ; Tue, 25 Feb 1997 08:31:06 -0800 Message-Id: <3.0.32.19970225083320.009b6280@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 25 Feb 1997 08:33:21 -0800 To: questions@freebsd.org From: "Tim Oneil" Subject: Re: dinode.h Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 12:41 PM 2/25/97 +0000, you wrote: >I was examine a failure in making world when I noticed there are two >dinode.h files under sys (ufs/ufs and i386/boot/dosboot). They are >different too. The struct dinode uses time_t for mtime in one, and >int32_t in the other (which was the source of my problem). Why is >that? Now I'm curious. I never looked at the make world process, being new to freeBSD (but not new to unix) I never knew I needed to do it. I simply installed 2.15, re-comp'd the kernel to my liking (got it down to under ~750k, I presume thats pretty good), set up an Xserver, edited my .cshrc, and never looked back. But now I'm on the list and see references to it all the time. What exactly does it do, and under what circumstances would I need to do it? -Tim