Changeset c2f39fb
- Timestamp:
- 05/19/05 14:48:29 (17 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:
- db06c9d
- Parents:
- a3dc71c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r237481c5 rc2f39fb 28 28 ## 29 29 ## 30 31 - Version 2.0.18 32 * When opening a trace file, call open() with O_LARGEFILE set and 33 pass the fd into gzdopen/fdopen. 30 34 31 35 - Version 2.0.17 -
configure.in
r9966f3f rc2f39fb 69 69 fi 70 70 71 72 # Check for various broken functions 73 AC_FUNC_MALLOC 74 AC_FUNC_REALLOC 71 75 72 76 # *BSD doesn't have strndup. Currently provide our own.
Note: See TracChangeset
for help on using the changeset viewer.