From owner-cvs-sys Fri Apr 10 01:04:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22320 for cvs-sys-outgoing; Fri, 10 Apr 1998 01:04:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21993; Fri, 10 Apr 1998 01:00:30 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02439; Fri, 10 Apr 1998 01:00:25 -0700 (PDT) Date: Fri, 10 Apr 1998 01:00:25 -0700 (PDT) Message-Id: <199804100800.BAA02439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/04/10 01:00:24 PDT Modified files: sys/i386/isa wd.c Log: Do not clobber "heads" by &= in wdcommand use only &. Spotted by: bde Revision Changes Path 1.155 +2 -2 src/sys/i386/isa/wd.c