[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-bugs
Subject:    kern/11411: code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))"
From:       cpeterso () cs ! washington ! edu
Date:       1999-04-30 22:21:09
[Download RAW message or body]


>Number:         11411
>Category:       kern
>Synopsis:       code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 15:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Peterson
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:
>Description:
i386/isa/snd/clones.c (line 217):	if (X=0) 3:
	if((mpu_config=NULL))
should be:
	if ((mpu_config != NULL)) {

>How-To-Repeat:

>Fix:
	if ((mpu_config != NULL)) {


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


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic