Date: Sun, 29 Oct 1995 00:45:39 +0100 (MET) From: Ollivier Robert <roberto@keltia.freenix.fr> To: chuckr@glue.umd.edu (Chuck Robey) Cc: FreeBSD-current@FreeBSD.org, chuckr@glue.umd.edu Subject: Re: Make world falling over Message-ID: <199510282345.AAA01025@keltia.freenix.fr> In-Reply-To: <Pine.SUN.3.91.951028175348.7040A-100000@mocha.eng.umd.edu> from "Chuck Robey" at Oct 28, 95 06:04:03 pm
next in thread | previous in thread | raw e-mail | index | archive | help
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 <sys/time.h>". 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 <sys/time.h> -#include <sys/ucred.h> -#include <sys/proc.h> -#include <vm/vm.h> -#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510282345.AAA01025>