Lars Gullik Bjønnes wrote:
> Stephan Witt <[EMAIL PROTECTED]>
> writes:
>
> | struct sockaddr_un {
> | sa_family_t sun_family; /* AF_UNIX */
> | charsun_path[108]; /* path name (gag) */
> | };
>
> right. so we should just get rid of the SUN_LEN and replace that we
> s
Stephan Witt <[EMAIL PROTECTED]> writes:
| struct sockaddr_un {
| sa_family_t sun_family; /* AF_UNIX */
| charsun_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 a
Lars Gullik Bjønnes wrote:
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| ../../../lyx/src/client/client.C: In function `int
|support::socktools::connect(const std::string&)':
| ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this
|function)
| ../../../lyx/src/clie
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| ../../../lyx/src/client/client.C: In function `int
|support::socktools::connect(const std::string&)':
| ../../../lyx/src/client/client.C:118: `SUN_LEN' undeclared (first use this
|function)
| ../../../lyx/src/client/client.C:118: (Each und