Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 05:35:32 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src ObsoleteFiles.inc src/include unistd.h src/lib/libc/gen Symbol.map ttyname.3 ttyslot.c src/libexec/getty ttys.5
Message-ID:  <201001140539.o0E5dHCH094957@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
    include              unistd.h 
    lib/libc/gen         Symbol.map ttyname.3 ttyslot.c 
    libexec/getty        ttys.5 
  Log:
  SVN rev 202274 on 2010-01-14 05:35:32Z by ed
  
  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.222     +2 -0      src/ObsoleteFiles.inc
  1.96      +0 -1      src/include/unistd.h
  1.28      +0 -1      src/lib/libc/gen/Symbol.map
  1.16      +3 -20     src/lib/libc/gen/ttyname.3
  1.7       +3 -1      src/lib/libc/gen/ttyslot.c
  1.20      +0 -1      src/libexec/getty/ttys.5



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