Changeset 218
- Timestamp:
- 07/16/06 19:23:36 (6 years ago)
- Files:
-
- trunk/freewrt/tools/paxmirabilis/src/pax.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/tools/paxmirabilis/src/pax.c
r204 r218 102 102 char *argv0; /* root of argv[0] */ 103 103 sigset_t s_mask; /* signal mask for cleanup critical sect */ 104 FILE *listf = stderr;/* file pointer to print file list to */104 FILE *listf; /* file pointer to print file list to */ 105 105 char *tempfile; /* tempfile to use for mkstemp(3) */ 106 106 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ … … 232 232 size_t tdlen; 233 233 234 listf = stderr; 235 234 236 /* 235 237 * Keep a reference to cwd, so we can always come back home.


