Changeset 1176 in MondoRescue for trunk/mondo/src/common/libmondo-files.c


Ignore:
Timestamp:
Feb 16, 2007, 2:16:14 PM (17 years ago)
Author:
Bruno Cornec
Message:

Some merges from stable (synchro for mem. mngt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-files.c

    r1161 r1176  
    1818#include "libmondo-fork-EXT.h"
    1919#include "libmondo-string-EXT.h"
     20
    2021#include "mr_mem.h"
    21 
     22#include "mr_msg.h"
    2223#include "mr_file.h"
    2324
     
    176177void exclude_nonexistent_files(char *inout)
    177178{
    178     char *infname;
    179     char *outfname;
    180     char *tmp;
     179    char *infname = NULL;
     180    char *outfname = NULL;
     181    char *tmp = NULL;
    181182    char *incoming = NULL;
    182183
     
    944945    /*@ Char buffers ** */
    945946    char *command = NULL;
    946     char *tmp;
     947    char *tmp = NULL;
    947948    char old_pwd[MAX_STR_LEN];
    948949
Note: See TracChangeset for help on using the changeset viewer.