devname and getbsize move in from ps and df
[unix-history] / usr / src / include / pwd.h
index 83ffe47..d43c82b 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pwd.h       5.12 (Berkeley) %G%
+ *     @(#)pwd.h       5.13 (Berkeley) %G%
  */
 
 #ifndef _PWD_H_
  */
 
 #ifndef _PWD_H_
@@ -27,7 +27,7 @@
 
 #define        _PASSWORD_EFMT1         '_'     /* extended encryption format */
 
 
 #define        _PASSWORD_EFMT1         '_'     /* extended encryption format */
 
-#define        _PASSWORD_LEN           128
+#define        _PASSWORD_LEN           128     /* max length, not counting NULL */
 #endif
 
 struct passwd {
 #endif
 
 struct passwd {