Date: Tue, 1 Apr 1997 00:39:08 -0800 (PST) From: Bruce Evans <bde> 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 Message-ID: <199704010839.AAA19184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vm/lock.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704010839.AAA19184>
