Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 15:05:50 -0700 (PDT)
From:      cpeterso@cs.washington.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/11409: Code typo in Digibound drivers dgb.c and dgm.c: "size == 0;" should be "size = 0;"
Message-ID:  <19990430220550.A205814D6C@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         11409
>Category:       kern
>Synopsis:       Code typo in Digibound drivers dgb.c and dgm.c: "size == 0;" should be "size = 0;"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 15:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Peterson
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:
>Description:

gnu/i386/isa/dgb.c (line 2098):	X==Y; 2:
				        size==0;

gnu/i386/isa/dgb.c (line 2102):	X==Y; 2:
					        size==0;

gnu/i386/isa/dgm.c (line 1899):	X==Y; 2:
				        size==0;

gnu/i386/isa/dgm.c (line 1903):	X==Y; 2:
					        size==0;


>How-To-Repeat:

>Fix:
size = 0;


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990430220550.A205814D6C>