grub/kern/emu
Robert Millan d3dd9e80f6 2010-08-04 Robert Millan <rmh@gnu.org>
* configure.ac: Remove checks for getfsstat() and getmntany().
	Add checks for `<sys/param.h>' and `<sys/mount.h>'.
	* kern/emu/misc.c [HAVE_GETMNTANY]: Remove `<sys/mnttab.h>'.
	[HAVE_SYS_PARAM_H]: Include `<sys/param.h>'.
	[HAVE_SYS_MOUNT_H]: Include `<sys/mount.h>'.
	[HAVE_LIBZFS && HAVE_LIBNVPAIR] (find_mount_point_from_dir): Remove
	function.
	(grub_find_zpool_from_dir): Use statfs() instead of indirect matching
	via find_mount_point_from_dir() and getfsstat() / getmntany().
2010-08-04 14:45:58 +02:00
..
console.c Merge mainline into bidi 2010-07-02 19:35:07 +02:00
getroot.c 2010-08-04 Robert Millan <rmh@gnu.org> 2010-08-04 13:29:13 +02:00
hostdisk.c 2010-07-01 Robert Millan <rmh@gnu.org> 2010-07-01 10:52:23 +02:00
hostfs.c reorganized grub-emu sources to suite upcoming automake build system 2010-04-27 10:50:28 +05:30
main.c merge with mainline 2010-05-04 09:09:03 +05:30
misc.c 2010-08-04 Robert Millan <rmh@gnu.org> 2010-08-04 14:45:58 +02:00
mm.c undo some hunks that were removed by mistake 2010-04-27 20:59:45 +05:30
time.c reorganized grub-emu sources to suite upcoming automake build system 2010-04-27 10:50:28 +05:30