From owner-cvs-all Sun Jan 9 4:29:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC25714C1B; Sun, 9 Jan 2000 04:29:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31339; Sun, 9 Jan 2000 04:29:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001091229.EAA31339@freefall.freebsd.org> From: Bruce Evans Date: Sun, 9 Jan 2000 04:29:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/09 04:29:47 PST Modified files: sys/svr4 svr4.h Log: Removed bogus include of opt_global.h. opt_global.h is automatically included in all C files if it makes sense (i.e., for compiling kernels but not for compiling modules), so including it explicitly just complicates module makefiles. Revision Changes Path 1.6 +1 -2 src/sys/svr4/svr4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message