summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.h
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-03 17:32:22 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-03 17:32:22 +0000
commit50344c0db8776f14842781a09fff8597e372b137 (patch)
tree1783f56e18cbc9a7bc953a4a8b5cf82d154fd48e /chpass/chpass.h
parent21a852bdf3df9bed57905401e44f08041bc77ccc (diff)
downloadpw-darwin-50344c0db8776f14842781a09fff8597e372b137.tar.gz
pw-darwin-50344c0db8776f14842781a09fff8597e372b137.tar.zst
pw-darwin-50344c0db8776f14842781a09fff8597e372b137.zip
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 'chpass/chpass.h')
-rw-r--r--chpass/chpass.h2
1 files changed, 1 insertions, 1 deletions
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;