Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2008 14:05:03 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib Symbol.map grantpt.c
Message-ID:  <200806171405.m5HE5Cv0051044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-06-17 14:05:03 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      Symbol.map grantpt.c 
  Log:
  SVN rev 179846 on 2008-06-17 14:05:03Z by ed
  
  Don't export the unused __use_pts() routine.
  
  The __use_pts() routine was once probably used by libutil to determine
  if we are using BSD or UNIX98 style PTY device names. It doesn't seem to
  be used outside grantpt.c, which means we can make it static and remove
  it from the Symbol.map.
  
  Reviewed by:    cognet, kib
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.7       +0 -1      src/lib/libc/stdlib/Symbol.map
  1.14      +1 -1      src/lib/libc/stdlib/grantpt.c



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