From owner-freebsd-current Sat Oct 28 16:55:21 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11789 for current-outgoing; Sat, 28 Oct 1995 16:55:21 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA11784 for ; Sat, 28 Oct 1995 16:55:18 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id AAA20640 ; Sun, 29 Oct 1995 00:55:15 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id AAA07883 ; Sun, 29 Oct 1995 00:55:15 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.1/keltia-uucp-2.6) id AAA01025; Sun, 29 Oct 1995 00:45:40 +0100 (MET) From: Ollivier Robert Message-Id: <199510282345.AAA01025@keltia.freenix.fr> Subject: Re: Make world falling over To: chuckr@glue.umd.edu (Chuck Robey) Date: Sun, 29 Oct 1995 00:45:39 +0100 (MET) Cc: FreeBSD-current@FreeBSD.org, chuckr@glue.umd.edu In-Reply-To: from "Chuck Robey" at Oct 28, 95 06:04:03 pm X-Operating-System: FreeBSD 2.2-CURRENT ctm#1255 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org Precedence: bulk It seems that Chuck Robey said: > Anyone know why? I could use some help here ... I know why. Poul-Henning has been cleaning the sysctl interface but he deleted the following lines in sysctl.h. So sysconf.c lacks now a "#include ". It should have been in sysconf.c not in sysctl.h. So the fix I suggested should be good. Index: sysctl.h =================================================================== RCS file: /spare/FreeBSD-current/src/sys/sys/sysctl.h,v retrieving revision 1.24 diff -u -2 -r1.24 sysctl.h --- 1.24 1995/07/10 08:39:49 +++ sysctl.h 1995/10/28 17:01:57 @@ -35,5 +35,5 @@ * * @(#)sysctl.h 8.1 (Berkeley) 6/2/93 - * $Id: sysctl.h,v 1.24 1995/07/10 08:39:49 davidg Exp $ + * $Id: sysctl.h,v 1.26 1995/10/28 13:07:27 phk Exp $ */ @@ -42,14 +42,4 @@ /* - * These are for the eproc structure defined below. - */ -#ifndef KERNEL -#include -#include -#include -#include -#endif - -/* * Definitions for sysctl call. The sysctl call uses a hierarchical name * for objects that can be examined or modified. The name is expressed as -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #3: Wed Oct 25 02:00:10 MET 1995