]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Bump up the E_SHELL constant after an extra field was added, thus making
authorMark Murray <markm@FreeBSD.org>
Thu, 3 Sep 1998 17:32:22 +0000 (17:32 +0000)
committerMark Murray <markm@FreeBSD.org>
Thu, 3 Sep 1998 17:32:22 +0000 (17:32 +0000)
this refer to the wrong data.
Submitted by: axl@iafrica.com (Sheldon Hearn)

chpass/chpass.h

index 04464688f74849a79e66248aafda9dd64e7ad911..d48e4e1d678b94d593be48151a0fec234f898dc1 100644 (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;