Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 1999 15:21:09 -0700 (PDT)
From:      cpeterso@cs.washington.edu
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/11411: code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))"
Message-ID:  <19990430222109.2BAF114EB7@hub.freebsd.org>

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

>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




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