From owner-cvs-sys Sat Jan 4 12:13:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA12875 for cvs-sys-outgoing; Sat, 4 Jan 1997 12:13:45 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA12864; Sat, 4 Jan 1997 12:13:43 -0800 (PST) Date: Sat, 4 Jan 1997 12:13:43 -0800 (PST) From: KATO Takenori Message-Id: <199701042013.MAA12864@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/01/04 12:13:42 Modified: sys/pc98/pc98 wd.c Log: Fix collapse code included in #ifdef WDDEBUG: add `;' at the end of the line, and `"' at the end of first argument of printf(). Submitted by: Michio "Karl" Jinbo Revision Changes Path 1.14 +4 -4 src/sys/pc98/pc98/wd.c