summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.h
diff options
context:
space:
mode:
authorPeter Hawkins <thepish@FreeBSD.org>1998-08-14 03:18:32 +0000
committerPeter Hawkins <thepish@FreeBSD.org>1998-08-14 03:18:32 +0000
commite182f7f220d9f391c6d67964e4c0ec4a158d6be3 (patch)
treebe99d0d63e11630e7820ece494f381d151d44120 /chpass/chpass.h
parent79722705d4a9a042b75ce7f3045746de143af1ba (diff)
downloadpw-darwin-e182f7f220d9f391c6d67964e4c0ec4a158d6be3.tar.gz
pw-darwin-e182f7f220d9f391c6d67964e4c0ec4a158d6be3.zip
Submitted by: Peter Hawkins <thepish@FreeBSD.org>
Add functionality for support for more than 4 subfields within gcos. chsh, chpass etc did not parse beyond the 4th field previously and so truncated gcos on updating the database.
Diffstat (limited to 'chpass/chpass.h')
-rw-r--r--chpass/chpass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chpass/chpass.h b/chpass/chpass.h
index e7891ce..0446468 100644
--- a/chpass/chpass.h
+++ b/chpass/chpass.h
@@ -46,6 +46,7 @@ typedef struct _entry {
#define E_HPHONE 9
#define E_LOCATE 10
#define E_NAME 7
+#define E_OTHER 11
#define E_SHELL 12
extern ENTRY list[];