Re: [patch] v4l: create include/media.

From: Christoph Hellwig (hch@infradead.org)
Date: Mon Mar 10 2003 - 17:02:33 EST


> +#define MIN(a,b) (((a)>(b))?(b):(a))
> +#define MAX(a,b) (((a)>(b))?(a):(b))

Don't do that. Use the kernel's min/max instead.

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



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:23 EST