2009-01-27 Vesa Jääskeläinen <chaac@nic.fi>

* commands/lsmmap.c: Add include to grub/machine/memory.h.

	* fs/i386/pc/pxe.c (grub_pxefs_open): Fix sign problem.

	* term/i386/pc/at_keyboard.c (GRUB_MOD_FINI(at_keyboard)): Use proper
	unregister function.
This commit is contained in:
chaac 2009-01-27 19:07:32 +00:00
parent 6a7eab2c13
commit 994b5e841d
4 changed files with 14 additions and 4 deletions

View file

@ -16,6 +16,7 @@
* along with GRUB. If not, see <http://www.gnu.org/licenses/>.
*/
#include <grub/machine/memory.h>
#include <grub/normal.h>
#include <grub/dl.h>
#include <grub/arg.h>
@ -34,7 +35,7 @@ grub_cmd_lsmmap (struct grub_arg_list *state __attribute__ ((unused)),
return 0;
}
grub_machine_mmap_iterate (hook);
return 0;
}