Re: [PATCH] mqueues-4.00-lib-a0.patch

From: Andi Kleen
Date: Thu Nov 20 2003 - 12:18:34 EST


Joe Korty <joe.korty@xxxxxxxx> writes:
> +#ifndef __NR_mq_open
>
> +#ifdef __i386__
> #define __NR_mq_open 274
> +#elif __x86_64__
> +#define __NR_mq_open 237
> +#else

FYI. I already allocated 237 for something else on x86-64. The patch
is guaranteed to get broken.

-Andi
-
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/