From nobody  Sun Mar 22 10:58:17 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id KAA08010;
          Sun, 22 Mar 1998 10:58:17 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199803221858.KAA08010@hub.freebsd.org>
Date: Sun, 22 Mar 1998 10:58:17 -0800 (PST)
From: ckempf@enigami.com
To: freebsd-gnats-submit@freebsd.org
Subject: /usr/src/lib/libtermcap/tospeed.c has bogus type in __set_ospeed
X-Send-Pr-Version: www-1.0

>Number:         6097
>Category:       bin
>Synopsis:       /usr/src/lib/libtermcap/tospeed.c has bogus type in __set_ospeed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 22 11:00:03 PST 1998
>Closed-Date:    Sun Mar 22 11:11:13 PST 1998
>Last-Modified:  Sun Mar 22 11:13:03 PST 1998
>Originator:     Cory Kempf
>Release:        -Current, mostly
>Organization:
EnigamI, Inc.
>Environment:
FreeBSD singularity.enigami.com 3.0-980312-SNAP FreeBSD 3.0-980312-SNAP #0: Sat
Mar 21 13:04:34 EST 1998     root@singularity.enigami.com:/usr/src/sys/compile/S
ingularity  i386
>Description:
make world fails, cause the prototype in termcap.h doesn't match the
code in tospeed.c.
>How-To-Repeat:
make world
>Fix:
short term: change the arguement type of __set_ospeed() to unsigned int
long term: move the typedef of speed_t into termcap.h, change the
prototype of __set_ospeed() to match the implimentation.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Mar 22 11:11:13 PST 1998 
State-Changed-Why:  
This is fixed in -current.  If you want to stay with the 3/12 
SNAP you will need to update your version of src/sys/sys/termios.h 
to revision 1.10. 
>Unformatted:
