Changeset 533
- Timestamp:
- 08/24/06 20:21:28 (2 years ago)
- Files:
-
- trunk/freewrt/tools/paxmirabilis/Makefile (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/src/file_subs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/paxmirabilis/Makefile
r339 r533 6 6 7 7 OUR_FLAGS= -I${TOPDIR}/scripts \ 8 -std=gnu99 \9 8 -include ${TOPDIR}/scripts/param.h 10 9 trunk/freewrt/tools/paxmirabilis/src/file_subs.c
r204 r533 734 734 * set the times 735 735 */ 736 #if !defined(__GLIBC__) || (defined(__GLIBC_MINOR__) && __GLIBC_PREREQ(2,3)) 736 737 if (futimes(fd, tv) < 0) 737 738 syswarn(1, errno, "Access/modification time set failed on: %s", 738 739 fnm); 740 #endif 739 741 return; 740 742 }


