On Thu, 24 Dec 2009, Elad Efrat wrote:
> Modified Files:
>       src/sys/secmodel/suser: secmodel_suser.c
>       src/sys/sys: kauth.h
> 
> Log Message:
> Rename KAUTH_GENERIC_CANSEE to KAUTH_GENERIC_UNUSED1 and remove handling for
> the former.

Was this change reviewed?  Searching recent email for
KAUTH_GENERIC_UNUSED1 returns no results for me.

>  enum {
> -     KAUTH_GENERIC_CANSEE=1,
> -     KAUTH_GENERIC_ISSUSER
> +     KAUTH_GENERIC_UNUSED1=1,
> +     KAUTH_GENERIC_ISSUSER,

This change renumbers KAUTH_GENERIC_ISSUSER from 2 to 1.  Was that
intentional?

--apb (Alan Barrett)

Reply via email to