Ignore:
Timestamp:
Oct 3, 2008, 1:50:44 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix #252
  • Improve OCFS2 support (ocfs2 is a SANE_FORMAT)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/mondorestore/mondorestore.c

    r2022 r2030  
    3939 * Globals                                                                *
    4040 **************************************************************************/
     41/*
    4142extern char *g_tmpfs_mountpt;   // declared in libmondo-tools.c
     43*/
    4244extern bool g_text_mode;
    4345extern FILE *g_fprep;
     
    29492951    strcpy(g_mondo_home,
    29502952           call_program_and_get_last_line_of_output("which mondorestore"));
     2953    /*
    29512954    sprintf(g_tmpfs_mountpt, "/tmp/tmpfs");
    29522955    make_hole_for_dir(g_tmpfs_mountpt);
     2956    */
    29532957    g_current_media_number = 1; // precaution
    29542958
Note: See TracChangeset for help on using the changeset viewer.