Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 14:54:26 -0700 (PDT)
From:      John Birrell <jb@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
Message-ID:  <199805052154.OAA06118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805052154.OAA06118>