comparison lphobos/std/socket.d @ 662:88e23f8c2354

Applied downs' latest Phobos patch
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 21:40:33 +0200
parents 373489eeaf90
children
comparison
equal deleted inserted replaced
661:99f32e967746 662:88e23f8c2354
42 42
43 module std.socket; 43 module std.socket;
44 44
45 private import std.string, std.stdint, std.c.string, std.c.stdlib; 45 private import std.string, std.stdint, std.c.string, std.c.stdlib;
46 46
47 47 version(linux) version = Unix;
48 version(Unix) version = BsdSockets; 48 version(Unix) version = BsdSockets;
49 49
50 version (skyos) { /* nothging */ } 50 version (skyos) { /* nothging */ }
51 else 51 else
52 { 52 {