
3 Feb
2012
3 Feb
'12
12:51 p.m.
On Thursday 19 January 2012 19:53:07 Joe Hershberger wrote:
--- a/net/bootp.c +++ b/net/bootp.c
+#ifdef CONFIG_BOOTP_RANDOM_DELAY +#include "net_rand.h" +#endif
let's push this CONFIG_xxx check into net_rand.h so we don't have to check it every time we include the file -mike