Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 1995 07:56:33 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/sys termios.h
Message-ID:  <199504301456.HAA27405@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
bde         95/04/30 07:56:32

  Modified:    sys/sys   termios.h
  Log:
  Define CDTR_IFLOW and CDSR_OFLOW which are now required for compiling
  bin/stty.  Define alias CCAR_OFLOW for MDMBUF.
  
  Declare speeds as having type speed_t instead of long.  speed_t is
  long, which is wrong (POSIX specifies it to be unsigned integral),
  but fixing it might introduce more serious bugs.



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