From owner-cvs-all Thu Oct 8 22:35:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26762 for cvs-all-outgoing; Thu, 8 Oct 1998 22:35:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26730; Thu, 8 Oct 1998 22:35:09 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA22208; Fri, 9 Oct 1998 15:34:56 +1000 Date: Fri, 9 Oct 1998 15:34:56 +1000 From: Bruce Evans Message-Id: <199810090534.PAA22208@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: cvs commit: src/lib/libutil libutil.h Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Actually, I erred when I said sysctl - that was a braino. It's >actually the linker set stuff for adding new sysctl vars which breaks >right now and I can send you an example source file which "does all >the right things" and yet is still unable to compile properly. I >found this out when I tried to add a new sysctl frob to vfs_lookup.c The linker set macros are defined in , so you have to include that if you want to use them or want to use the sysctl macros that use them. This has been necessary ever since the sysctl macros were added about 2 years ago in rev.1.24 of sysctl.h - never included , and it has no direct need for the macros in it. Bruce