Message6962

Author tonfa
Recipients meyering, pmezard
Date 2008-09-05.21:54:30
Content
from man 7 unix:
#define UNIX_PATH_MAX    108
struct sockaddr_un {
    sa_family_t    sun_family;               /* AF_UNIX */
    char           sun_path[UNIX_PATH_MAX];  /* pathname */
};
History
Date User Action Args
2008-09-05 21:54:31tonfasetmessageid: <1220651671.61.0.794189105776.issue1208@selenic.com>
2008-09-05 21:54:31tonfasetrecipients: + meyering, pmezard
2008-09-05 21:54:30tonfalinkissue1208 messages
2008-09-05 21:54:30tonfacreate