Ignore:
Timestamp:
Mar 24, 2007, 1:48:55 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mr_exit used instead of exit
  • mr_rs_clean_conf/mr_rs_cleanup/mr_ar_clean_conf/mr_ar_cleanup added
  • compiltaion warnings suppressed
  • Addition of mr_types (for boolean with typedef)
  • struct mr_rs_conf added
  • help_screen removed (useless)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-prep.c

    r1252 r1264  
    520520  /** buffers ***********************************************************/
    521521  char *devices = NULL;
    522   char *strtmp  = NULL;
    523522  char *level   = NULL;
    524523  char *program = NULL;
     
    624623    char *program2 = NULL;
    625624    char *tmp = NULL;
    626     char *tmp1 = NULL;
    627625#ifdef __FreeBSD__
    628626    char *line = NULL;
     
    13891387    char *format = NULL;
    13901388    char *tmp = NULL;
    1391     char *tmp1 = NULL;
    13921389
    13931390    /** end *************************************************************/
Note: See TracChangeset for help on using the changeset viewer.