Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 05:37:43 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen Makefile.inc getttyent.3
Message-ID:  <201001140541.o0E5fQ5V095182@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-14 05:37:43 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         Makefile.inc getttyent.3 
  Log:
  SVN rev 202275 on 2010-01-14 05:37:43Z by ed
  
  Add two changes that should have gone into commit r202274.
  
    Phase out ttyslot(3).
  
    The ttyslot() function was originally part for SUSv1, marked LEGACY in
    SUSv2 and removed later on. This function only makes sense when using
    utmp(5), because it was used to determine the offset of the record for
    the controlling TTY. It makes little sense to keep it here, because the
    new utmpx file format doesn't index based on TTY slots.
  
  Revision  Changes    Path
  1.152     +1 -1      src/lib/libc/gen/Makefile.inc
  1.16      +0 -1      src/lib/libc/gen/getttyent.3



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