[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fh4ndi$t0i$1@ger.gmane.org>
Date: Sat, 10 Nov 2007 21:48:50 +0500
From: "Alexander E. Patrakov" <patrakov@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Include header required for INT_MAX
Thomas Koeller wrote:
> cdrom.h uses INT_MAX, so it must include kernel.h or
> limits.h (userspace) for a definition.
No, it must be fixed so that it doesn't use this #defined constant. Debian has this:
/* Special codes used when specifying changer slots. */
#define CDSL_NONE ((int) (~0U>>1)-1)
#define CDSL_CURRENT ((int) (~0U>>1))
--
Alexander E. Patrakov
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists