Changeset 11470
- Timestamp:
- Dec 5, 2010, 6:40:13 PM (12 years ago)
- Location:
- branches/2.0x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0x/configure.ac
r11140 r11470 105 105 AC_HEADER_TIME 106 106 107 AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign clearenv])107 AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strtold syslog valloc getpagesize posix_memalign]) 108 108 AC_PROG_INSTALL 109 109 AC_PROG_MAKE_SET -
branches/2.0x/libtransmission/torrent.c
r11469 r11470 1681 1681 const time_t now = tr_time( ); 1682 1682 1683 #ifdef HAVE_CLEARENV1684 clearenv( );1685 #endif1686 1687 1683 setenv( "TR_APP_VERSION", SHORT_VERSION_STRING, 1 ); 1688 1684
Note: See TracChangeset
for help on using the changeset viewer.