K 10 svn:author V 2 ed K 8 svn:date V 27 2008-06-17T14:05:03.441842Z K 7 svn:log V 341 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) END