Message ID | 20130121200610.GE1432@bombadil.infradead.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On 01/21/2013 03:06 PM, Luis R. Rodriguez wrote: > diff --git a/reglib.c b/reglib.c > index bc81974..1fafd37 100644 > --- a/reglib.c > +++ b/reglib.c > @@ -9,6 +9,7 @@ > #include <fcntl.h> > #include <stdbool.h> > #include <unistd.h> > +#include <string.h> > > #include <arpa/inet.h> /* ntohl */ This patch fixes the warnings, thank you. Normally warnings are not a big deal, but often they later become errors so I figured it was worth reporting. Glad to see it fixed ;-) Thanks, Zero -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Jan 21, 2013 at 12:21 PM, Richard Farina <sidhayn@gmail.com> wrote: > On 01/21/2013 03:06 PM, Luis R. Rodriguez wrote: >> diff --git a/reglib.c b/reglib.c >> index bc81974..1fafd37 100644 >> --- a/reglib.c >> +++ b/reglib.c >> @@ -9,6 +9,7 @@ >> #include <fcntl.h> >> #include <stdbool.h> >> #include <unistd.h> >> +#include <string.h> >> >> #include <arpa/inet.h> /* ntohl */ > > This patch fixes the warnings, thank you. > > Normally warnings are not a big deal, but often they later become errors > so I figured it was worth reporting. Glad to see it fixed ;-) I'll commit this but not as a fix as its doesn't fix anything but a compile warning. It'll be part of v1.1.4 (or guess v3.8-rc$(something) to keep in line with the kernel releases as iw does now, thanks for reporting! Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/reglib.c b/reglib.c index bc81974..1fafd37 100644 --- a/reglib.c +++ b/reglib.c @@ -9,6 +9,7 @@ #include <fcntl.h> #include <stdbool.h> #include <unistd.h> +#include <string.h> #include <arpa/inet.h> /* ntohl */
On Mon, Jan 21, 2013 at 12:05:05PM -0800, Luis R. Rodriguez wrote: > Its just a warning but can you try adding the following path (in another e-mail) This patch: -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html