summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-09-03 17:32:22 +0000
committermarkm <markm@FreeBSD.org>1998-09-03 17:32:22 +0000
commit714862809c8fd0140cd77fa5904c264195f74ec6 (patch)
tree30bab5d45c69c53359e6d80d8b8a88f975d3fc97 /usr.bin
parent367654ad647db313f67d8dab4db22b0ea7d58fc7 (diff)
downloadFreeBSD-src-714862809c8fd0140cd77fa5904c264195f74ec6.zip
FreeBSD-src-714862809c8fd0140cd77fa5904c264195f74ec6.tar.gz
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)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chpass/chpass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h
index 0446468..d48e4e1 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;
OpenPOWER on IntegriCloud