[D-Programming-Language/phobos] 0c1593: Build fix for OS X (fixes IPPROTO_RAW, … std.soc...

noreply at github.com noreply at github.com
Mon Nov 7 13:55:52 PST 2011


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 0c15936c23ce647a7516de6d75c3af67b03053d9
      https://github.com/D-Programming-Language/phobos/commit/0c15936c23ce647a7516de6d75c3af67b03053d9
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2011-11-07 (Mon, 07 Nov 2011)

  Changed paths:
    M std/socket.d

  Log Message:
  -----------
  Build fix for OS X (fixes IPPROTO_RAW, … std.socket ambiguity errors).

Fixes the socket symbol ambiguities by importing the same symbols from std.c.osx.socket as done on Linux from std.c.linux.socket.

Test suite still not green due to std.regex/FReD breakage.


  Commit: 1d8fe48c67f561728c863ebc876f59d38b3729d9
      https://github.com/D-Programming-Language/phobos/commit/1d8fe48c67f561728c863ebc876f59d38b3729d9
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2011-11-07 (Mon, 07 Nov 2011)

  Changed paths:
    M std/socket.d

  Log Message:
  -----------
  Merge pull request #323 from klickverbot/osx-build-fix

Build fix for OS X (fixes IPPROTO_RAW, … std.socket ambiguity errors).


Compare: https://github.com/D-Programming-Language/phobos/compare/f4616f8...1d8fe48


More information about the phobos mailing list