Changeset b824d0c in freewrt
- Timestamp:
- Jul 16, 2006, 7:23:36 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2c03383
- Parents:
- 7541c89
- File:
-
- 1 edited
-
tools/paxmirabilis/src/pax.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/src/pax.c
r7541c89 rb824d0c 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.
Note:
See TracChangeset
for help on using the changeset viewer.
