2006-09-22 Marco Gerards <marco@gnu.org>

* normal/main.c (get_line): Malloc memory instead of using
	preallocated memory.  Removed the arguments `cmdline' and
	`max_len'.  Updated all callers.
This commit is contained in:
marco_g 2006-09-22 20:23:00 +00:00
parent 6ba4688b23
commit 2cff3677bb
2 changed files with 67 additions and 22 deletions

View file

@ -1,3 +1,9 @@
2006-09-22 Marco Gerards <marco@gnu.org>
* normal/main.c (get_line): Malloc memory instead of using
preallocated memory. Removed the arguments `cmdline' and
`max_len'. Updated all callers.
2006-09-22 Marco Gerards <marco@gnu.org>
* conf/i386-efi.rmk (grub_emu_DEPENDENCIES): New variable.