Ignore:
Timestamp:
Mar 24, 2007, 10:04:37 AM (17 years ago)
Author:
Bruno Cornec
Message:

Compiler errors again

File:
1 edited

Legend:

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

    r1251 r1265  
    282282{
    283283    char *mount_isodir_command = NULL;
    284     char *tmp = NULL;
    285284    char *command = NULL;
    286285    int retval = 0, i = 0;
     
    462461                mr_msg(1,
    463462                        "That's OK. I called mount w/o a filesystem type and it worked fine in the end.");
    464             } else {
    465                 log_to_screen(tmp);
    466463            }
    467464        }
     
    12891286
    12901287    char *device = NULL;
     1288#ifdef __FreeBSD__
    12911289    char *tmp = NULL;
     1290#endif
    12921291    char *name = NULL;
    12931292
Note: See TracChangeset for help on using the changeset viewer.