From owner-cvs-sys Tue Dec 5 12:40:24 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA02902 for cvs-sys-outgoing; Tue, 5 Dec 1995 12:40:24 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA02879 ; Tue, 5 Dec 1995 12:40:12 -0800 Date: Tue, 5 Dec 1995 12:40:12 -0800 From: Bruce Evans Message-Id: <199512052040.MAA02879@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/05 12:40:12 Modified: sys/pci pcisupport.c Log: Renamed TRUE (which has value 2) to M_TR to avoid a clash with the the boolean TRUE. Revision Changes Path 1.23 +33 -33 src/sys/pci/pcisupport.c