From owner-cvs-all Thu Oct 8 16:11:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14718 for cvs-all-outgoing; Thu, 8 Oct 1998 16:11:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14609; Thu, 8 Oct 1998 16:10:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA08944; Thu, 8 Oct 1998 16:10:43 -0700 (PDT) Date: Thu, 8 Oct 1998 16:10:43 -0700 (PDT) Message-Id: <199810082310.QAA08944@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libutil libutil.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/08 16:10:42 PDT Modified files: lib/libutil libutil.h Log: remove stdio.h include; I forgot Bruce's cardinal rule that header files shouldn't include other ones (which, unfortunately, is also a hellish rule since he broke interfaces like sysctl this way by requiring undocumented header files to be included just in order to be able to use them now - SIGH!). Revision Changes Path 1.18 +1 -2 src/lib/libutil/libutil.h