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/common/libmondo-archive.c

    r1967 r2030  
    6262extern bool g_cd_recovery;
    6363extern char *g_mondo_home;
     64/*
    6465extern char *g_tmpfs_mountpt;
     66*/
    6567extern char *g_serial_string;
    6668extern char *g_getfacl;
     
    285287    int retval = 0;
    286288    int res = 0;
     289    int tries = 0;
     290    /*
    287291    int i = 0;
    288     int tries = 0;
    289292    static int free_ramdisk_space = 9999;
     293    */
    290294
    291295    /*@ buffers ************************************************************ */
     
    374378    }
    375379
     380    /*
    376381    if (g_tmpfs_mountpt[0] != '\0') {
    377382        i = atoi(call_program_and_get_last_line_of_output
     
    389394        }
    390395    }
     396    */
    391397    paranoid_free(command);
    392398    paranoid_free(zipparams);
Note: See TracChangeset for help on using the changeset viewer.