From owner-cvs-lib Tue May 5 14:57:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21232 for cvs-lib-outgoing; Tue, 5 May 1998 14:57:10 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21196; Tue, 5 May 1998 14:57:03 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06118; Tue, 5 May 1998 14:54:26 -0700 (PDT) Date: Tue, 5 May 1998 14:54:26 -0700 (PDT) Message-Id: <199805052154.OAA06118@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libtermcap termcap.h termcap.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/05/05 14:54:26 PDT Modified files: lib/libtermcap termcap.h termcap.3 Log: The __set_ospeed() function is coded against the speed_t type declared in termios.h, but it's prototype in termcap.h and the main file use the underlying definition (which is now an int, not a long for compatibility with NetBSD). Really termcap.h should use speed_t too, but I guess that this might break sources that don't include termios.h first. Revision Changes Path 1.13 +2 -2 src/lib/libtermcap/termcap.h 1.11 +1 -1 src/lib/libtermcap/termcap.3