[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#656562: some __aligned issues remain



El 28 de gener de 2012 2:58, Steven Chamberlain <steven@pyro.eu.org> ha escrit:
> Please consider my attached diff for kfreebsd-kernel-headers.  The regex
> \([0-9A-Z_]*\) covers these remaining cases.
>
> Something more generic, like \([^)]*\?\) might seem better, but then it
> would have wrongly modified this also:
>
> ./usr/include/osreldate.h:#define __aligned(x)
> __attribute__((__aligned__(x)))

The osreldate.h definitions don't really belong there, they're just
historical.  Besides, osreldate.h is added by the patchset and regex
rule is run before patching.

Please can you submit a tested patch to use  \([^)]*\?\) instead?

-- 
Robert Millan



Reply to: