> > Yes, x86-64 and sparc64 were converted.
>
> OK, I know who to bug about those.
>
> > It is really #included, sorry
> > about that, but I found no other solution. Patch looks like:
>
> > +#define INCLUDES
> > +#include "compat_ioctl.c"
>
> hm, how does the preprocessor locate this file? Does the build system set
> up a symlink?
I used to put relative path there, now I do:
--- /usr/src/tmp/linux/arch/x86_64/ia32/Makefile 2003-05-27
13:42:40.000000000 +0200
+++ /usr/src/linux/arch/x86_64/ia32/Makefile 2003-05-27
14:58:31.000000000 +0200
@@ -14,3 +14,4 @@
-o $@ -Wl,-T,$^
AFLAGS_vsyscall.o = -m32
+CFLAGS_ia32_ioctl.o += -Ifs/
Pavel
-- When do you have a heart between your knees? [Johanka's followup: and *two* hearts?] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/