Upstream moved from getpwnam to xgetpwnam.

This commit is contained in:
nekral-guest
2007-11-27 18:59:14 +00:00
parent 40d644c1b5
commit 5ec74ab450
+1 -1
View File
@@ -107,7 +107,7 @@ Index: shadow-4.0.18.1/src/lastlog.c
+ * - a numerical login ID
+ * - a range (-x, x-, x-y)
+ */
pwent = getpwnam (optarg);
pwent = xgetpwnam (optarg);
- if (!pwent) {
- fprintf (stderr,
- _("Unknown User: %s\n"),