From owner-cvs-sys Fri Jun 14 17:43:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06700 for cvs-sys-outgoing; Fri, 14 Jun 1996 17:43:17 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06679; Fri, 14 Jun 1996 17:43:05 -0700 (PDT) Date: Fri, 14 Jun 1996 17:43:05 -0700 (PDT) From: Nate Williams Message-Id: <199606150043.RAA06679@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 17:43:04 Modified: sys/i386/isa if_ep.c Log: Whoops, I accidentally deleted a necessary ":" which is part of the parameters to printf() using the "D" format. (Why this even worked on my box during testing I don't know, but as soon as I powered it on/off it quite working.) Revision Changes Path 1.48 +2 -2 src/sys/i386/isa/if_ep.c