Changeset 218

Show
Ignore:
Timestamp:
07/16/06 19:23:36 (6 years ago)
Author:
tg
Message:

delay initialisation, gcc/linux bitches here

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/paxmirabilis/src/pax.c

    r204 r218  
    102102char    *argv0;                 /* root of argv[0] */ 
    103103sigset_t s_mask;                /* signal mask for cleanup critical sect */ 
    104 FILE    *listf = stderr;      /* file pointer to print file list to */ 
     104FILE    *listf;                       /* file pointer to print file list to */ 
    105105char    *tempfile;              /* tempfile to use for mkstemp(3) */ 
    106106char    *tempbase;              /* basename of tempfile to use for mkstemp(3) */ 
     
    232232        size_t tdlen; 
    233233 
     234        listf = stderr; 
     235 
    234236        /* 
    235237         * Keep a reference to cwd, so we can always come back home.