Re: [PATCH 15/66] device/if_ether.h: remove ifdef

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Thu 05 Dec 2013 22:03:09 +0100, a écrit : > Function ether_sprintf() is used even if KERNEL is not defined. > Avoid implicit declaration in that case by removing the ifdef. Ditto. > * device/if_ether.h [KERNEL]: Remove ifdef. > > --- > device/if_ether.h | 2 -- > 1 file changed

[PATCH 15/66] device/if_ether.h: remove ifdef

2013-12-05 Thread Marin Ramesa
Function ether_sprintf() is used even if KERNEL is not defined. Avoid implicit declaration in that case by removing the ifdef. * device/if_ether.h [KERNEL]: Remove ifdef. --- device/if_ether.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/device/if_ether.h b/device/if_ether.h index e368fb