From e29c2a4f8987b9a859d08e921f39064daebaadc3 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 3 Sep 1998 17:32:22 +0000 Subject: [PATCH] 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) --- usr.bin/chpass/chpass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index 04464688f748..d48e4e1d678b 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/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;