Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 04:42:01 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libtermcap termcap.c termcap.h
Message-ID:  <199704131142.EAA00481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/13 04:42:00

  Modified:    lib/libtermcap  termcap.c termcap.h
  Log:
  Declare the documented (modulo a spelling error) interface
  `void __set_ospeed(long);' in the appropriate header.
  
  The implementation still uses speed_t instead of long.  This
  will break properly when speed_t is fixed (speed_t shall be
  unsigned ...).
  
  Revision  Changes    Path
  1.9       +0 -2      src/lib/libtermcap/termcap.c
  1.11      +3 -1      src/lib/libtermcap/termcap.h



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