Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  9 Sep 2000 00:37:16 -0700 (PDT)
From:      alm@SlewSys.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/21143: `#define schedsofttty' et al. should not be in ipl_funcs.c
Message-ID:  <20000909073716.2687E37B505@hub.freebsd.org>

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

>Number:         21143
>Category:       kern
>Synopsis:       `#define schedsofttty' et al. should not be in ipl_funcs.c
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 09 00:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew L. Moore
>Release:        5.0-CURRENT Tue Sep  5
>Organization:
SlewSys Research
>Environment:
FreeBSD qi.slewsys.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Sep  5 00:10:50 PDT 2000     alm@qi.slewsys.org:/usr/src/sys/compile/SLEWSYS  i386
>Description:
`#define schedsofttty' et al. should not be in ipl_funcs.c.
These are pre-processor directives, so either they should move to
<sys/systm.h> or they should be redefined, e.g., as
void schedsofttty(void) {};
>How-To-Repeat:
Try building a kernel with the cy device.
>Fix:


>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?20000909073716.2687E37B505>