[PATCH RFC] capabilities: remove STRICT_CAP_T_TYPECHECKS

From: Serge E. Hallyn
Date: Fri Oct 19 2007 - 16:37:29 EST


Quoting Serge E. Hallyn (serue@xxxxxxxxxx):
> From cd7c384f76d2c0f6b12a1c0936d54ae9c5e7cb4c Mon Sep 17 00:00:00 2001
> From: Serge E. Hallyn <serue@xxxxxxxxxx>
> Date: Fri, 19 Oct 2007 15:39:10 -0400
> Subject: [PATCH RFC] capabilities: fix compilation with strict type checking (v2)
>
> Since at least 1998 the code under STRICT_CAP_T_TYPECHECKS option has
> not been used. (See
> http://www.uwsg.iu.edu/hypermail/linux/kernel/9810.2/0705.html)
>
> There are two options - we can remove this option altogether
> or, as this patch attempts to do, fix compilation with
> STRICT_CAP_T_TYPECHECKS so it can be enabled.

Here is the second alternative, simply removing the
STRICT_CAP_T_TYPECHECKS option.

thanks,
-serge