From owner-freebsd-bugs Fri Apr 30 15:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DB314F01 for ; Fri, 30 Apr 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90340; Fri, 30 Apr 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2BAF114EB7; Fri, 30 Apr 1999 15:21:09 -0700 (PDT) Message-Id: <19990430222109.2BAF114EB7@hub.freebsd.org> Date: Fri, 30 Apr 1999 15:21:09 -0700 (PDT) From: cpeterso@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11411: code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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