Changeset 6b2d5ed
- Timestamp:
- 04/08/06 14:28:06 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c7658ea
- Parents:
- 5da3315
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r68155f1 r6b2d5ed 394 394 395 395 OPTIONS.erf.level = 0; 396 OPTIONS.erf.fileflag = O_CREAT | O_ LARGEFILE | O_WRONLY;396 OPTIONS.erf.fileflag = O_CREAT | O_WRONLY; 397 397 OUTPUT.file = 0; 398 398 -
lib/format_helper.c
r4029ce7 r6b2d5ed 192 192 * as zlib doesn't always do it itself 193 193 */ 194 fd=open(trace->uridata,fileflag ,0666);194 fd=open(trace->uridata,fileflag|O_LARGEFILE,0666); 195 195 if (fd==-1) { 196 196 trace_set_err_out(trace,
Note: See TracChangeset
for help on using the changeset viewer.