Changeset 1206 for trunk/src/kash/show.c
- Timestamp:
- Oct 7, 2007, 5:40:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/show.c
r1199 r1206 382 382 { 383 383 char s[100]; 384 #if def O_APPEND384 #if defined(O_APPEND) && !defined(_MSC_VER) 385 385 int flags; 386 386 #endif … … 420 420 } 421 421 } 422 #if def O_APPEND422 #if defined(O_APPEND) && !defined(_MSC_VER) 423 423 if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0) 424 424 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);
Note:
See TracChangeset
for help on using the changeset viewer.