]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't export the unused __use_pts() routine.
authorEd Schouten <ed@FreeBSD.org>
Tue, 17 Jun 2008 14:05:03 +0000 (14:05 +0000)
committerEd Schouten <ed@FreeBSD.org>
Tue, 17 Jun 2008 14:05:03 +0000 (14:05 +0000)
commite3580e9d910d36e8d3daf7717c7636f4eeeb69e6
treecf7452d18799e275a93130c19d2eafaa148ad9da
parentbd49a167202d1e311cafc524ea1b92647eb57bfa
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)
lib/libc/stdlib/Symbol.map
lib/libc/stdlib/grantpt.c