Ignore:
Timestamp:
Mar 7, 2024, 6:06:33 PM (3 months ago)
Author:
Bruno Cornec
Message:

Fix syntax issues

File:
1 edited

Legend:

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

    r3867 r3871  
    1313#include "mr_sys.h"
    1414#include "mondostructures.h"
    15 #include "lib-common-externs.h"
     15
    1616#include "libmondo-gui-EXT.h"
    1717#include "libmondo-files-EXT.h"
     
    236236#endif
    237237    log_msg(1, "g_kernel_version = %f", d);
    238     return (d);
     238
     239    if (g_kernel_version < 2.6) {
     240        fatal_error("Please use MondoRescue < 3.3.0 to support that old kernel or upgrade your distribution :-)");
     241    }
     242    return(d);
    239243}
    240244
Note: See TracChangeset for help on using the changeset viewer.