On Tue, Dec 06, 2011 at 05:26:50PM -0500, Mike Frysinger wrote: > This is the only header on my system that ends up requiring kernel > headers, so if the kernel headers aren't available, we end up being > unable to install kernel headers :). > > Since this file doesn't actually use anything from errno.h, drop > the include so it at least makes us a bit more robust on glibc. > > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- > scripts/unifdef.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/scripts/unifdef.c b/scripts/unifdef.c > index 7493c0e..c5dfae5 100644 > --- a/scripts/unifdef.c > +++ b/scripts/unifdef.c > @@ -48,7 +48,6 @@ > > #include <ctype.h> > #include <err.h> > -#include <errno.h> > #include <stdarg.h> > #include <stdbool.h> > #include <stdio.h> Adding unifdef upstream maintainer to Cc. I can apply the patch to the kernel copy if there is no objection from Tony. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html