From owner-cvs-sys Tue Apr 1 00:39:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA19191 for cvs-sys-outgoing; Tue, 1 Apr 1997 00:39:10 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA19184; Tue, 1 Apr 1997 00:39:08 -0800 (PST) Date: Tue, 1 Apr 1997 00:39:08 -0800 (PST) From: Bruce Evans Message-Id: <199704010839.AAA19184@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/i386/ibcs2 imgact_coff.c src/sys/i386/linux imgact_linux.c linux_misc.c linux_sysvec.c src/sys/vm lock.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/01 00:39:08 Modified: sys/kern vfs_bio.c sys/i386/ibcs2 imgact_coff.c sys/i386/linux imgact_linux.c linux_misc.c linux_sysvec.c Removed: sys/vm lock.h Log: Removed potentially harmful garbage and fixed bogus use of it. It was actually harmless because the use was null due to fortuitous include orders and identical (wrong) idempotency macros. Revision Changes Path 1.113 +1 -2 src/sys/kern/vfs_bio.c 1.23 +1 -2 src/sys/i386/ibcs2/imgact_coff.c 1.21 +1 -2 src/sys/i386/linux/imgact_linux.c 1.27 +1 -2 src/sys/i386/linux/linux_misc.c 1.13 +2 -2 src/sys/i386/linux/linux_sysvec.c