[patch xdm 2/4] Remove SCO, Unixware, OS/2 support

Alan Coopersmith alan.coopersmith at oracle.com
Thu Dec 3 22:42:20 PST 2015


On 12/ 2/15 03:22 AM, Matthieu Herrb wrote:
> Signed-off-by: Matthieu Herrb <matthieu at herrb.eu>
> ---
>   config/Xsession.cpp | 18 ----------
>   greeter/verify.c    | 97 +----------------------------------------------------
>   include/dm.h        |  8 ++---
>   xdm/dm.c            |  7 ----
>   xdm/resource.c      |  8 ++---
>   xdm/session.c       | 78 +++++++-----------------------------------
>   6 files changed, 17 insertions(+), 199 deletions(-)

Looks like you should add AIXV3 to the commit message/subject:

> -#ifdef AIXV3
> -# include <usersec.h>
> -#endif

> -#else /* AIXV3 */
> -	/*
> -	 * Set the user's credentials: uid, gid, groups,
> -	 * audit classes, user limits, and umask.
> -	 */
> -	if (setpcred(name, NULL) == -1) {
> -	    LogError ("setpcred for \"%s\" failed: %s\n",
> -		      name, _SysErrorMsg (errno));
> -	    return (0);
> -	}
> -#endif /* AIXV3 */

With that fixed:

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-              alan.coopersmith at oracle.com
	 Oracle Solaris Engineering - http://blogs.oracle.com/alanc


More information about the xorg-devel mailing list