Bug#593803: libphobos-4.1-dev: std.c.linux.socket only works on X86

2010-08-21 Thread Daniel Gibson
Hi, I just realised that (in every version of std.c.linux.socket I've looked at, which includes the latest version in gdc hg and phobos svn trunk at dsource) the following functions and structs are missing: * sendmsg() and recvmsg() * struct msghdr and struct iovec * struct cmsghdr and macros

Bug#593803: libphobos-4.1-dev: std.c.linux.socket only works on X86

2010-08-20 Thread Daniel Gibson
Package: libphobos-4.1-dev Version: 0.25-4.1.2-23.2 Severity: important *** Please type your report below this line *** Hi, std.c.linux.socket only works on X86 because of "version(X86) ... else static assert(0);" in lines 70ff. I know this is fixed in the 4.3 package, but it would be really ni