From owner-freebsd-current Thu Dec 7 22:40:04 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02982 for current-outgoing; Thu, 7 Dec 1995 22:40:04 -0800 (PST) Received: from hub.org (hub.org [199.166.238.138]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA02957 for ; Thu, 7 Dec 1995 22:39:55 -0800 (PST) Received: (from scrappy@localhost) by hub.org (8.7.1/8.7.1) id BAA04768; Fri, 8 Dec 1995 01:39:50 -0500 (EST) Date: Fri, 8 Dec 1995 01:39:46 -0500 (EST) From: "Marc G. Fournier" To: current@freebsd.org Subject: [PATCH] /usr/src/lib/libc/gen/sysconf.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org Precedence: bulk Hi... Okay, on this one, I made an assumption, that, if incorrect, please let me know, so that I don't make it again. Essentially, was getting an 'incomplete structure' error on e_vm, which is defined as 'struct vmspace e_vm' in . struct vm_space is defined in , which, if I try and include it somewhere (tried several places...), results in more errors. By removing , I got an error on 'ru_utime' and 'ru_stime', which was because 'struct timeval' was no longer defined, which required adding in So...I replaced with , and sysconf.c compiles cleanly. Therefore, I make the assumption (incorrect?) that there was nothing included in that was required in sysconf.c... *** lib/libc/gen/sysconf.c.orig Thu Dec 7 22:33:48 1995 --- lib/libc/gen/sysconf.c Thu Dec 7 22:33:55 1995 *************** *** 39,45 **** #endif /* LIBC_SCCS and not lint */ #include ! #include #include #include --- 39,45 ---- #endif /* LIBC_SCCS and not lint */ #include ! #include #include #include Marc G. Fournier | POP Mail Telnet Acct DNS Hosting scrappy@hub.org | WWW Services Database Services | Knowledge, soon to be: | | Information and scrappy@ki.net | WWW: http://hub.org | Communications, Inc --AAA04360.818401936/hub.org-- Marc G. Fournier | POP Mail Telnet Acct DNS Hosting scrappy@hub.org | WWW Services Database Services | Knowledge, soon to be: | | Information and scrappy@ki.net | WWW: http://hub.org | Communications, Inc