Lars Gullik Bjønnes wrote:

> 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.)

Alternatively, recreate SUN_LEN as LYX_SUN_LEN since the code looks
portable.

-- 
Angus

Reply via email to