
18 Aug
2012
18 Aug
'12
4:28 a.m.
On Friday 17 August 2012 15:48:20 Joe Hershberger wrote:
--- a/drivers/net/netconsole.c +++ b/drivers/net/netconsole.c
+static int refresh_settings_from_env(void)
this func always returns 0. why not change it to void to simplify the code (source and generated) ?
- char *p;
const -mike