grub/grub-core/osdep/unix
Mike Gilbert 7a5b301e3a build: Use AC_HEADER_MAJOR to find device macros
Depending on the OS/libc, device macros are defined in different
headers. This change ensures we include the right one.

sys/types.h - BSD
sys/mkdev.h - Sun
sys/sysmacros.h - glibc (Linux)

glibc currently pulls sys/sysmacros.h into sys/types.h, but this may
change in a future release.

https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
2016-04-24 08:12:42 +03:00
..
compress.c
config.c
cputime.c
dl.c
emuconsole.c
exec.c
getroot.c build: Use AC_HEADER_MAJOR to find device macros 2016-04-24 08:12:42 +03:00
hostdisk.c
password.c unix: do not close stdin in grub_passwd_get 2015-11-18 22:23:58 +03:00
platform.c
random.c
relpath.c unix/relpath: memory leak 2015-06-19 18:38:25 +03:00
sleep.c