VirtualBox

Changeset 14998 in vbox


Ignore:
Timestamp:
Dec 4, 2008 4:34:48 PM (16 years ago)
Author:
vboxsync
Message:

libxml2: build fix taken from upstream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libxml2-2.6.30/nanohttp.c

    r6076 r14998  
    15861586        fd = 0;
    15871587    else {
    1588         fd = open(filename, O_CREAT | O_WRONLY);
     1588        fd = open(filename, O_CREAT | O_WRONLY, 0666);
    15891589        if (fd < 0) {
    15901590            xmlNanoHTTPClose(ctxt);
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