Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.bin/passwd Pull up revision 1.20 (requested by jona...
details: https://anonhg.NetBSD.org/src/rev/175bcda1b712
branches: netbsd-1-5
changeset: 492897:175bcda1b712
user: he <he%NetBSD.org@localhost>
date: Tue Feb 26 22:09:31 2002 +0000
description:
Pull up revision 1.20 (requested by jonathan):
Add support for local MD5-encrypted passwords.
diffstat:
usr.bin/passwd/passwd.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0ed5aa4745cc -r 175bcda1b712 usr.bin/passwd/passwd.c
--- a/usr.bin/passwd/passwd.c Tue Feb 26 22:09:28 2002 +0000
+++ b/usr.bin/passwd/passwd.c Tue Feb 26 22:09:31 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: passwd.c,v 1.18 2000/04/14 06:11:09 simonb Exp $ */
+/* $NetBSD: passwd.c,v 1.18.4.1 2002/02/26 22:09:31 he Exp $ */
/*
* Copyright (c) 1988, 1993, 1994
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "from: @(#)passwd.c 8.3 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: passwd.c,v 1.18 2000/04/14 06:11:09 simonb Exp $");
+__RCSID("$NetBSD: passwd.c,v 1.18.4.1 2002/02/26 22:09:31 he Exp $");
#endif
#endif /* not lint */
@@ -51,6 +51,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
+#include <pwd.h>
#include "extern.h"
Home |
Main Index |
Thread Index |
Old Index