/[classpath]/classpath/java/lang/System.java
ViewVC logotype

Diff of /classpath/java/lang/System.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by ericb, Wed Feb 27 06:02:11 2002 UTC revision 1.15 by mark, Mon Mar 4 21:48:43 2002 UTC
# Line 119  public class System Line 119  public class System
119    {    {
120      properties = new Properties();      properties = new Properties();
121      VMSystem.insertSystemProperties(properties);      VMSystem.insertSystemProperties(properties);
122    
123        // XXX FIXME - Temp hack for old systems that set the wrong property
124        if (properties.get("java.io.tmpdir") == null)
125          properties.put("java.io.tmpdir", properties.get("java.tmpdir"));
126        
127      insertGNUProperties();      insertGNUProperties();
128      in = new FileInputStream(FileDescriptor.in);      in = new FileInputStream(FileDescriptor.in);
129      out = new PrintStream(new FileOutputStream(FileDescriptor.out));      out = new PrintStream(new FileOutputStream(FileDescriptor.out));

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26