Changeset 2071 for Whitix

Show
Ignore:
Timestamp:
06/15/09 17:09:10 (3 years ago)
Author:
mwhitworth
Message:

Comment out SysIoCtl for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/xynth/demo/term/term.c

    r910 r2071  
    145145{ 
    146146        char buf[32]; 
    147         SysIoCtl(master, 0, buf); 
     147//      SysIoCtl(master, 0, buf); 
    148148 
    149149        sprintf(path, "/System/Devices/%s", buf); 
     
    163163        } 
    164164 
    165         SysIoCtl(fd, 0, &master); 
     165//      SysIoCtl(fd, 0, &master); 
    166166 
    167167        ptydev=VtGetName(master);