From e182f7f220d9f391c6d67964e4c0ec4a158d6be3 Mon Sep 17 00:00:00 2001 From: Peter Hawkins Date: Fri, 14 Aug 1998 03:18:32 +0000 Subject: Submitted by: Peter Hawkins Add functionality for support for more than 4 subfields within gcos. chsh, chpass etc did not parse beyond the 4th field previously and so truncated gcos on updating the database. --- chpass/chpass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chpass/chpass.h') diff --git a/chpass/chpass.h b/chpass/chpass.h index e7891ce..0446468 100644 --- a/chpass/chpass.h +++ b/chpass/chpass.h @@ -46,6 +46,7 @@ typedef struct _entry { #define E_HPHONE 9 #define E_LOCATE 10 #define E_NAME 7 +#define E_OTHER 11 #define E_SHELL 12 extern ENTRY list[]; -- cgit v1.2.3