On 12/ 2/15 03:22 AM, Matthieu Herrb wrote:
Signed-off-by: Matthieu Herrb <[email protected]>
---
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 <[email protected]>
--
-Alan Coopersmith- [email protected]
Oracle Solaris Engineering - http://blogs.oracle.com/alanc
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel