Changeset a3abab6 in freewrt
- Timestamp:
- Sep 12, 2006, 3:18:01 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- db5651c
- Parents:
- 753dc92
- Location:
- tools/paxmirabilis/src
- Files:
-
- 2 edited
-
extern.h (modified) (1 diff)
-
file_subs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/src/extern.h
r753dc92 ra3abab6 45 45 #if defined(__GLIBC__) 46 46 #include <time.h> 47 #endif 48 49 /* compatibility hack */ 50 #ifndef __GLIBC_PREREQ 51 #define __GLIBC_PREREQ(x,y) 0 47 52 #endif 48 53 -
tools/paxmirabilis/src/file_subs.c
r753dc92 ra3abab6 734 734 * set the times 735 735 */ 736 #if !defined(__GLIBC__) || (defined(__GLIBC_MINOR__) && __GLIBC_PREREQ(2,3))736 #if !defined(__GLIBC__) || __GLIBC_PREREQ(2,3) 737 737 if (futimes(fd, tv) < 0) 738 738 syswarn(1, errno, "Access/modification time set failed on: %s",
Note:
See TracChangeset
for help on using the changeset viewer.
