On Wednesday 08 March 2006 04:21, Jim Gifford wrote:
> available at http://ftp.jg555.com/headers/headers.

You can replace the long sed with the following:

-e 's/\bu8/__u8/g' \
-e 's/\bu16/__u16/g' \
-e 's/\bu32/__u32/g' \
-e 's/\bu64/__u64/g' \
-e 's/\bs8/__s8/g' \
-e 's/\bs16/__s16/g' \
-e 's/\bs32/__s32/g' \
-e 's/\bs64/__s64/g' \
-e 's/\b__iomem//g' \

That should be more or less equivalent, as it matches all of
\tu8
u8
(u8
,u8
 u8

Or am I missing something?

        Florian
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to