Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/usr.bin/su Undo last commit - wrong tree.
details: https://anonhg.NetBSD.org/src/rev/de2b06e4023a
branches: netbsd-8
changeset: 434660:de2b06e4023a
user: htodd <htodd%NetBSD.org@localhost>
date: Mon Feb 26 00:04:23 2018 +0000
description:
Undo last commit - wrong tree.
diffstat:
usr.bin/su/su_pam.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4287ceeaa02b -r de2b06e4023a usr.bin/su/su_pam.c
--- a/usr.bin/su/su_pam.c Mon Feb 26 00:00:53 2018 +0000
+++ b/usr.bin/su/su_pam.c Mon Feb 26 00:04:23 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $ */
+/* $NetBSD: su_pam.c,v 1.20.8.2 2018/02/26 00:04:23 htodd Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";*/
#else
-__RCSID("$NetBSD: su_pam.c,v 1.20.8.1 2018/02/25 23:51:22 htodd Exp $");
+__RCSID("$NetBSD: su_pam.c,v 1.20.8.2 2018/02/26 00:04:23 htodd Exp $");
#endif
#endif /* not lint */
@@ -337,7 +337,7 @@
/*
* Initialize the supplemental groups before pam gets to them,
* so that other pam modules get a chance to add more when
- * we do setcred. Note, we don't relinquish our set-userid yet
+ * we do setcred. Note, we don't relinguish our set-userid yet
*/
/* if we aren't changing users, keep the current group members */
if (ruid != pwd->pw_uid &&
Home |
Main Index |
Thread Index |
Old Index