Subject: Re: CVS commit: src/usr.bin/menuc
To: Luke Mewburn <lukem@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 05/09/2003 13:47:20
>   | I actually commited the required change to sysint...
> 
> I had completely up-to-date source, and a build of the i386 ramdisks
> still failed because the timezone code in util.c mallocs menu_ents,
> and then fails to compile:
> 	for(n=0; n < nfiles; n++)
> 		free(tz_menu[n].opt_name);
> because you can't free() "const char *optname".

Looks like I forgot to commit that one :-(

	David

-- 
David Laight: david@l8s.co.uk