VirtualBox

Changeset 2857 in kBuild for trunk/src/kmk/read.c


Ignore:
Timestamp:
Sep 1, 2016 3:39:51 AM (8 years ago)
Author:
bird
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/read.c

    r2799 r2857  
    532532    void *stream_buf = NULL;
    533533    struct stat st;
     534# ifdef KBUILD_OS_WINDOWS
     535    if (!birdStatOnFdJustSize(fileno(ebuf.fp), &st.st_size))
     536# else
    534537    if (!fstat (fileno (ebuf.fp), &st))
     538# endif
    535539      {
    536540        int stream_buf_size = 256*1024;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette