From owner-freebsd-commit Sat Jan 13 12:43:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11989 for freebsd-commit-outgoing; Sat, 13 Jan 1996 12:43:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11975 for cvs-all-outgoing; Sat, 13 Jan 1996 12:43:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11964 for cvs-sys-outgoing; Sat, 13 Jan 1996 12:43:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA11957 Sat, 13 Jan 1996 12:43:12 -0800 (PST) Date: Sat, 13 Jan 1996 12:43:12 -0800 (PST) From: Bruce Evans Message-Id: <199601132043.MAA11957@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c gsc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/13 12:43:11 Modified: sys/i386/isa asc.c gsc.c Log: Fixed renaming of private DEBUG macro. The previous revision missed one case in asc.c and almost all cases in gsc.c. Revision Changes Path 1.15 +2 -2 src/sys/i386/isa/asc.c 1.17 +8 -8 src/sys/i386/isa/gsc.c