Mailinglist Archive: opensuse-programming (55 mails)
| < Previous | Next > |
Re: [suse-programming-e] Problem with a C union
- From: praisetazio <praisetazio@xxxxxxxxxxxxx>
- Date: Tue, 23 Sep 2003 19:12:24 +0200
- Message-id: <200309231912.24774@prules>
Alle 18:25, martedì 23 settembre 2003, praisetazio ha scritto:
> Here it is my code:
>
> union
> sockaddr46
> {
> sockaddr_in sockv4;
> sockaddr_in6 sockv6;
> };
>
Idiot error, I forgot to add struct before sockaddr_in.
Too much C++ lately:)
Priase
> Here it is my code:
>
> union
> sockaddr46
> {
> sockaddr_in sockv4;
> sockaddr_in6 sockv6;
> };
>
Idiot error, I forgot to add struct before sockaddr_in.
Too much C++ lately:)
Priase
| < Previous | Next > |