At Fri, 20 Feb 2004 22:44:38 +0100, Julien BLACHE wrote: > Reading unix(7), I understand that <sys/un.h> should define UNIX_PATH_MAX, > and in fact it does not. > > Is this intentional ?
I don't know this is intentional or not, but there is no rule that we need to define UNIX_PATH_MAX. In addition POSIX does not define its path size (typically it's between 92 and 108, and linux is 108). If you want to look UNIX_PATH_MAX like unix(7), see /usr/include/linux/un.h . I would like to close, OK? Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

