Changeset 1206 for trunk/src/kash/show.c


Ignore:
Timestamp:
Oct 7, 2007, 5:40:04 PM (18 years ago)
Author:
bird
Message:

some more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/show.c

    r1199 r1206  
    382382{
    383383        char s[100];
    384 #ifdef O_APPEND
     384#if defined(O_APPEND) && !defined(_MSC_VER)
    385385        int flags;
    386386#endif
     
    420420                }
    421421        }
    422 #ifdef O_APPEND
     422#if defined(O_APPEND) && !defined(_MSC_VER)
    423423        if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
    424424                fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);
Note: See TracChangeset for help on using the changeset viewer.