summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ttymon/tmstruct.h
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-07-14 20:42:22 -0400
committerDan McDonald <danmcd@mnx.io>2022-07-14 20:42:22 -0400
commita302d8717ec80ee415db0e6ecd01399ea055e9ca (patch)
tree77ccf24a09b9e9a3f54a1f255a412345b7e67b49 /usr/src/cmd/ttymon/tmstruct.h
parent054c6cfb7c5aeb9e46a8f23d52de715370d56595 (diff)
parent62d03eda78495dc4dc79a65a6b1899e11dc34b12 (diff)
downloadillumos-joyent-OS-8395.tar.gz
Merge branch 'master' into OS-8395OS-8395
Diffstat (limited to 'usr/src/cmd/ttymon/tmstruct.h')
-rw-r--r--usr/src/cmd/ttymon/tmstruct.h1
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;
};