hreq.path = obj.path;
}
- hreq.oflags = 0;
+ hreq.oflags = O_LARGEFILE;
hreq.ihandle = NULL;
hreq.ihandlen = 0;
hreq.ohandle = hbuf;
hreq.fd = 0;
hreq.path = NULL;
- hreq.oflags = rw;
+ hreq.oflags = rw | O_LARGEFILE;
hreq.ihandle = hanp;
hreq.ihandlen = hlen;
hreq.ohandle = NULL;
hreq.fd = 0;
hreq.path = NULL;
- hreq.oflags = 0;
+ hreq.oflags = O_LARGEFILE;
hreq.ihandle = hanp;
hreq.ihandlen = hlen;
hreq.ohandle = buf;
amhreq.hreq.fd = 0;
amhreq.hreq.path = NULL;
- amhreq.hreq.oflags = 0;
+ amhreq.hreq.oflags = O_LARGEFILE;
amhreq.hreq.ihandle = hanp;
amhreq.hreq.ihandlen = hlen;
amhreq.hreq.ohandle = NULL;
alhreq.hreq.fd = 0;
alhreq.hreq.path = NULL;
- alhreq.hreq.oflags = 0;
+ alhreq.hreq.oflags = O_LARGEFILE;
alhreq.hreq.ihandle = hanp;
alhreq.hreq.ihandlen = hlen;
alhreq.hreq.ohandle = NULL;
dmhreq.hreq.fd = 0;
dmhreq.hreq.path = NULL;
- dmhreq.hreq.oflags = 0;
+ dmhreq.hreq.oflags = O_LARGEFILE;
dmhreq.hreq.ihandle = hanp;
dmhreq.hreq.ihandlen = hlen;
dmhreq.hreq.ohandle = NULL;