Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 06:09:56 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys termios.h src/lib/libtermcap termcap.h
Message-ID:  <199803121409.GAA04003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/12 06:09:56 PST

  Modified files:
    sys/sys              termios.h 
    lib/libtermcap       termcap.h 
  Log:
  Changed speed_t from long to unsigned long.  POSIX.1 requires an
  unsigned integral type.  Changing it doesn't seem to cause any
  sign extension bugs in /usr/src.  In the kernel, this is partly
  because `struct speedtab' and its lookup function are too bogus
  to use speed_t's for speeds - they use ints.
  
  Reminded by:	PR 5786
  
  Revision  Changes    Path
  1.10      +2 -2      src/sys/sys/termios.h
  1.12      +2 -2      src/lib/libtermcap/termcap.h



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