From owner-cvs-all@FreeBSD.ORG Mon Jul 5 12:58:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3300C16A4CE; Mon, 5 Jul 2004 12:58:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F2A43D39; Mon, 5 Jul 2004 12:58:48 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i65CwlmL087038; Mon, 5 Jul 2004 12:58:47 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i65CwlHE087037; Mon, 5 Jul 2004 12:58:47 GMT (envelope-from des) Message-Id: <200407051258.i65CwlHE087037@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Jul 2004 12:58:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 12:58:48 -0000 des 2004-07-05 12:58:47 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: Sort out the #include mess. In particular, do not #include "os.h", since all it does is provide broken prototypes for standard library functions. Revision Changes Path 1.58 +10 -18 src/usr.bin/top/machine.c