[D-runtime] [D-Programming-Language/druntime] 198bc1: Change type of sockaddr_un.sun_path on Solaris.
GitHub via D-runtime
d-runtime at puremagic.com
Tue Nov 25 00:24:56 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 198bc18641f691b06c0facaeaa130d57c339637b
https://github.com/D-Programming-Language/druntime/commit/198bc18641f691b06c0facaeaa130d57c339637b
Author: kai <kai at redstar.de>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M src/core/sys/posix/sys/un.d
Log Message:
-----------
Change type of sockaddr_un.sun_path on Solaris.
Use `byte` as any other OS. This fixes a compiler error in std.socket.
Commit: 2350ee4ec77d7b919454eb2f16d91b23c3891cb6
https://github.com/D-Programming-Language/druntime/commit/2350ee4ec77d7b919454eb2f16d91b23c3891cb6
Author: Martin Nowak <code at dawg.eu>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M src/core/sys/posix/sys/un.d
Log Message:
-----------
Merge pull request #1044 from redstar/solaris_un
Change type of sockaddr_un.sun_path on Solaris.
Compare: https://github.com/D-Programming-Language/druntime/compare/0c7a288bc990...2350ee4ec77d
More information about the D-runtime
mailing list