From owner-freebsd-bugs Wed Feb 21 2:50:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8748637B491 for ; Wed, 21 Feb 2001 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LAo1a24670; Wed, 21 Feb 2001 02:50:01 -0800 (PST) (envelope-from gnats) Received: from thor.piqnet.org (adsl-63-197-64-194.dsl.snfc21.pacbell.net [63.197.64.194]) by hub.freebsd.org (Postfix) with ESMTP id B7F4637B4EC for ; Wed, 21 Feb 2001 02:46:26 -0800 (PST) (envelope-from joelh@gnu.org) Received: (from joelh@localhost) by thor.piqnet.org (8.11.1/8.11.1) id f1LAo5v45814; Wed, 21 Feb 2001 02:50:05 -0800 (PST) (envelope-from joelh) Message-Id: <200102211050.f1LAo5v45814@thor.piqnet.org> Date: Wed, 21 Feb 2001 02:50:05 -0800 (PST) From: joelh@gnu.org Reply-To: joelh@gnu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/25248: sys/user.h needs sys/param.h, but doesn't include it. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25248 >Category: kern >Synopsis: sys/user.h needs sys/param.h, but doesn't include it. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 21 02:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joel Ray Holveck >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: 4.2-STABLE from Jan 2000 >Description: The file (needed for the KERN_PROC sysctl oid) uses variables defined by , but neither is documented as necessary, and the latter is not automatically included by the former. >How-To-Repeat: #include #include #include int main() { } >Fix: include in . It may be good to either document in sysctl(3) that is needed to interpret the KERN_PROC oid, or include it in . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message