From 50344c0db8776f14842781a09fff8597e372b137 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 3 Sep 1998 17:32:22 +0000 Subject: 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) --- chpass/chpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chpass/chpass.h') 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; -- cgit v1.2.3-56-ge451