Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 10:58:17 -0800 (PST)
From:      ckempf@enigami.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/6097: /usr/src/lib/libtermcap/tospeed.c has bogus type in __set_ospeed
Message-ID:  <199803221858.KAA08010@hub.freebsd.org>

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

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 22 11:00:03 PST 1998
>Last-Modified:
>Originator:     Cory Kempf
>Organization:
EnigamI, Inc.
>Release:        -Current, mostly
>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.
>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?199803221858.KAA08010>