Changeset 217
- Timestamp:
- 07/16/06 19:22:57 (6 years ago)
- Files:
-
- trunk/freewrt/tools/paxmirabilis/Makefile (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/src/gen_subs.c (modified) (1 diff)
- trunk/freewrt/tools/paxmirabilis/strmode.c (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/paxmirabilis/Makefile
r215 r217 9 9 10 10 SRCS= strlfun.c \ 11 strmode.c \ 11 12 src/ar_io.c \ 12 13 src/ar_subs.c \ trunk/freewrt/tools/paxmirabilis/src/gen_subs.c
r211 r217 59 59 __RCSID("$MirOS: src/bin/pax/gen_subs.c,v 1.5 2005/04/29 18:34:44 tg Exp $"); 60 60 61 void strmode(mode_t mode, char *p); 62 61 63 /* 62 64 * a collection of general purpose subroutines used by pax


