diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-09-03 17:32:22 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-09-03 17:32:22 +0000 |
| commit | e29c2a4f8987b9a859d08e921f39064daebaadc3 (patch) | |
| tree | 87cdf54dd7a7c349255381315dec6d576ecd1d8c /usr.bin | |
| parent | bccec1d6938a31f2ed4529712cc3fe29a997fdd9 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/chpass/chpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index 04464688f748..d48e4e1d678b 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; |
