Hey Evan, * Evan Layton (Evan.Layton at Sun.COM) wrote: > I need to get a code review for the following simple fix: > > 5221 Improper message when creating a BE if no grub/menu.lst file > http://defect.opensolaris.org/bz/show_bug.cgi?id=5221 > > Webrev: > http://cr.opensolaris.org/~evanl/5221/
libbe.h: 127: extraneous , at the end of BE_ERR_NO_MENU be_utils.c: 607: you set ret equal to BE_ERR_NO_MENU on line 606 but then that's clobbered by line 607. 1094: same comment as 607 Glenn
