Ignore:
Timestamp:
Sep 9, 2007, 2:12:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

Some define cleanup in my-stuff.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-tools.c

    r1625 r1627  
    10351035        run_program_and_log_output("mount " MNT_CDROM, FALSE);
    10361036    }
    1037     if (g_remount_floppy_at_end) {
    1038         run_program_and_log_output("mount " MNT_FLOPPY, FALSE);
    1039     }
    10401037}
    10411038
     
    10491046        g_remount_cdrom_at_end = TRUE;
    10501047        run_program_and_log_output("umount " MNT_CDROM, FALSE);
    1051     }
    1052     if (run_program_and_log_output
    1053         ("mount | grep floppy | grep super", FALSE) == 0) {
    1054         g_remount_floppy_at_end = TRUE;
    1055         run_program_and_log_output("umount " MNT_FLOPPY, FALSE);
    10561048    }
    10571049}
Note: See TracChangeset for help on using the changeset viewer.