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)
This commit is contained in:
Mark Murray 1998-09-03 17:32:22 +00:00
parent bccec1d693
commit e29c2a4f89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38773

View File

@ -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;