- Timestamp:
- 06/15/09 17:09:10 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/xynth/demo/term/term.c
r910 r2071 145 145 { 146 146 char buf[32]; 147 SysIoCtl(master, 0, buf);147 // SysIoCtl(master, 0, buf); 148 148 149 149 sprintf(path, "/System/Devices/%s", buf); … … 163 163 } 164 164 165 SysIoCtl(fd, 0, &master);165 // SysIoCtl(fd, 0, &master); 166 166 167 167 ptydev=VtGetName(master);
