From: Mark Murray Date: Thu, 3 Sep 1998 17:32:22 +0000 (+0000) Subject: Bump up the E_SHELL constant after an extra field was added, thus making X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/commitdiff_plain/50344c0db8776f14842781a09fff8597e372b137 Bump up the E_SHELL constant after an extra field was added, thus making this refer to the wrong data. Submitted by: axl@iafrica.com (Sheldon Hearn) --- diff --git a/chpass/chpass.h b/chpass/chpass.h index 0446468..d48e4e1 100644 --- a/chpass/chpass.h +++ b/chpass/chpass.h @@ -47,7 +47,7 @@ typedef struct _entry { #define E_LOCATE 10 #define E_NAME 7 #define E_OTHER 11 -#define E_SHELL 12 +#define E_SHELL 13 extern ENTRY list[]; extern uid_t uid;