Changeset 08f7fca
- Timestamp:
- 11/22/05 13:34:31 (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:
- f3ed52a
- Parents:
- 65a41fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_erf.c
r65a41fd r08f7fca 364 364 else { 365 365 // TRACE 366 fd = open(libtrace->uridata, O_CREAT | O_LARGEFILE | O_WRONLY, S_IRUSR | S_IWUSR); 366 fd = open(libtrace->uridata, O_CREAT | O_LARGEFILE | O_WRONLY, S_IRUSR 367 | S_IWUSR | S_IRGRP | S_IWGRP); 367 368 if (fd <= 0) { 368 369 return 0;
Note: See TracChangeset
for help on using the changeset viewer.