[Bug 69838] Re: Multiple definition of 'struct sockaddr'

2007-03-20 Thread Matthias Klose
fixed in edgy and feisty. ** Changed in: glibc (Ubuntu) Assignee: (unassigned) = Matthias Klose Status: Unconfirmed = Fix Released Target: None = ubuntu-6.10 -- Multiple definition of 'struct sockaddr' https://launchpad.net/bugs/69838 -- ubuntu-bugs mailing list

Re: [Bug 69838] Re: Multiple definition of 'struct sockaddr'

2007-02-13 Thread Richard Green
On Thu, 8 Feb 2007, Israel G. Lugo wrote: I was unable to reproduce the problem on Ubuntu Edgy, using libc6-dev 2.4-1ubuntu12.3 and linux-libc-dev 2.6.17.1-10.34. I downloaded the tar.gz from the URL you specified, and was able to successfully compile tun.c: ~/jnos2$ gcc --version gcc

[Bug 69838] Re: Multiple definition of 'struct sockaddr'

2007-02-08 Thread Israel G. Lugo
I took a quick look at the program's source code, and they are doing a lot of definitions of system constants by themselves. For example, in socket.h line 79, they have: #define SOCK_STREAM 0 This file is included from netuser.h:38, which is included from tcp.h:26, which is included from