mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
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:
parent
bccec1d693
commit
e29c2a4f89
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38773
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user