cvs commit: src/lib/libc/stdlib Symbol.map grantpt.c
Ed Schouten
ed at FreeBSD.org
Tue Jun 17 14:05:13 UTC 2008
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
More information about the cvs-src
mailing list