Ignore:
Timestamp:
May 6, 2015, 2:10:24 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Deal with grub used with UEFI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3377 r3378  
    77 * Functions to handle interactions with backup devices.
    88 */
     9
     10#include <sys/types.h>
     11#include <dirent.h>
    912
    1013#include "my-stuff.h"
     
    21162119#endif
    21172120    /* Try to detect whether we are in fact in UEFI mode */
    2118     fd = opendir("/sys/firmware/efi", "r");
     2121    fd = opendir("/sys/firmware/efi");
    21192122    if (fd != NULL) {
    21202123        ret = UEFI;
Note: See TracChangeset for help on using the changeset viewer.