Re: [PATCH] x86: fix build on non-C locales.

From: Ingo Molnar
Date: Sun Feb 24 2008 - 11:50:40 EST



* Priit Laes <plaes@xxxxxxxxx> wrote:

> sed-vdsosym := -e 's/^00*/0/' \
> - -e 's/^\([0-9a-fA-F]*\) . \(VDSO[a-zA-Z0-9_]*\)$$/\2 = 0x\1;/p'
> + -e 's/^\([[:xdigit:]]*\) . \(VDSO[[:alnum:]_]*\)$$/\2 = 0x\1;/p'

thanks, i picked up this one instead of the first version.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/