diff options
author | Toomas Soome <tsoome@me.com> | 2022-03-30 15:51:51 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-07-13 21:54:45 +0300 |
commit | 902bba376031b794865234f1621102c7f4bf9d2b (patch) | |
tree | 2172b98882b7e03cf46d47c210c1e1419b4a6038 /usr/src/cmd/ttymon/tmstruct.h | |
parent | 9b664393d4fdda96221e6ea9ea95790d3c15be70 (diff) | |
download | illumos-gate-902bba376031b794865234f1621102c7f4bf9d2b.tar.gz |
14608 ttymon should use tty-mode property
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/cmd/ttymon/tmstruct.h')
-rw-r--r-- | usr/src/cmd/ttymon/tmstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/ttymon/tmstruct.h b/usr/src/cmd/ttymon/tmstruct.h index 288c1ec122..8c4582896a 100644 --- a/usr/src/cmd/ttymon/tmstruct.h +++ b/usr/src/cmd/ttymon/tmstruct.h @@ -74,6 +74,7 @@ struct pmtab { uid_t p_uid; /* uid of p_identity */ gid_t p_gid; /* gid of p_identity */ char *p_dir; /* home dir of p_identity */ + char *p_ttymode; /* mode line for serial device */ struct pmtab *p_next; }; |