Re: [PATCH] save kernel version in .config file

From: Roman Zippel
Date: Fri Jun 18 2004 - 17:49:28 EST


Hi,

On Fri, 18 Jun 2004, Randy.Dunlap wrote:

Did you test this with anything else than menuconfig?

> + (char *)sym->curr.val, ctime(&now));

Try to avoid poking around in that structure. First the value needs to be
calculated with sym_calc_value() and then it can be accessed with
sym_get_string_value().

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/