Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3113

Show
Ignore:
Timestamp:
01/22/08 10:57:37 (8 months ago)
Author:
sean
Message:

Made import of sys.types public, to be consistent with other posix modules.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/stdc/posix/termios.d

    r3104 r3113  
    1010 
    1111private import tango.stdc.posix.config; 
    12 private import tango.stdc.posix.sys.types; 
     12public import tango.stdc.posix.sys.types; // for pid_t 
    1313 
    1414extern (C):