On Sun, Jul 22, 2012 at 10:21:14PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Jul 23 02:21:14 UTC 2012 > > Modified Files: > src/lib/libutil: openpty.3 > > Log Message: > Mention how big the name can be.
I don't think we should leak internals like that. It's a path name, the only limit guaranteed by the system should PATH_MAX as such. Joerg