Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/include Pull up revision 1.22 (requested by jonathan):



details:   https://anonhg.NetBSD.org/src/rev/ef8c454172b3
branches:  netbsd-1-5
changeset: 492601:ef8c454172b3
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 23 19:04:20 2002 +0000

description:
Pull up revision 1.22 (requested by jonathan):
  Clarify a comment.

diffstat:

 include/pwd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f6c564179944 -r ef8c454172b3 include/pwd.h
--- a/include/pwd.h     Wed Jan 23 19:01:34 2002 +0000
+++ b/include/pwd.h     Wed Jan 23 19:04:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pwd.h,v 1.20.4.1 2002/01/23 17:19:14 he Exp $  */
+/*     $NetBSD: pwd.h,v 1.20.4.2 2002/01/23 19:04:20 he Exp $  */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -63,7 +63,7 @@
 #define        _PW_KEYBYNUM            '2'     /* stored by entry in the "file" */
 #define        _PW_KEYBYUID            '3'     /* stored by uid */
 
-#define        _PASSWORD_EFMT1         '_'     /* extended encryption format */
+#define        _PASSWORD_EFMT1         '_'     /* extended DES encryption format */
 #define        _PASSWORD_NONDES        '$'     /* non-DES encryption formats */
 
 #define        _PASSWORD_LEN           128     /* max length, not counting NUL */



Home | Main Index | Thread Index | Old Index