On Mon, 2007-08-20 at 00:33 +0200, Jan Engelhardt wrote:
> Not only that. All directories in include should be checked against
> (e.g. )
Should any file in include/ have a line like:
#include "[path/]file"
Shouldn't these all be
#include
?
-
To unsubscribe from this list: sen
On Sun, Aug 19, 2007 at 03:49:16PM -0700, Joe Perches wrote:
> On Sun, 2007-08-19 at 23:44 +0100, Al Viro wrote:
> > Except that some instances are legitimate (e.g. there was a bunch in
> > arch/um, IIRC)...
>
> I guess it's a good thing that vger seems to have rejected
> that 140KB patch I sent a
On Sun, 2007-08-19 at 23:44 +0100, Al Viro wrote:
> Except that some instances are legitimate (e.g. there was a bunch in
> arch/um, IIRC)...
I guess it's a good thing that vger seems to have rejected
that 140KB patch I sent against arch/um and include/asm-um.
cheers, Joe
-
To unsubscribe from th
On Mon, Aug 20, 2007 at 12:33:21AM +0200, Jan Engelhardt wrote:
>
> On Aug 19 2007 15:17, Joe Perches wrote:
> >There are several files that:
> >
> >#include "linux/file" not #include
> >#include "asm/file" not #include
>
> Not only that. All directories in include should be checked against
> (
On Aug 19 2007 15:17, Joe Perches wrote:
>There are several files that:
>
>#include "linux/file" not #include
>#include "asm/file" not #include
Not only that. All directories in include should be checked against
(e.g. )
Jan
--
-
To unsubscribe from this list: send the line "unsubscri
On 20/08/07, Joe Perches <[EMAIL PROTECTED]> wrote:
> There are several files that:
>
> #include "linux/file" not #include
> #include "asm/file" not #include
>
> Here's a little script that converts them:
>
If you've actually checked that such conversions are correct and work
fine, how about a pa
There are several files that:
#include "linux/file" not #include
#include "asm/file" not #include
Here's a little script that converts them:
egrep -i -r -l --include=*.[ch] \
"^[[:space:]]*\#[[:space:]]*include[[:space:]]*\"(linux|asm)/(.*)\"" * \
| xargs sed -i -e
's/^[[:space:]]*#[[:space:]
7 matches
Mail list logo