Stephan Witt <[EMAIL PROTECTED]> writes: | struct sockaddr_un { | sa_family_t sun_family; /* AF_UNIX */ | char sun_path[108]; /* path name (gag) */ | };
right. so we should just get rid of the SUN_LEN and replace that we some thing else. (something involving 108 seems appropriate.) -- Lgb