summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/common/modules/genunix
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2020-05-22 01:03:27 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2020-05-22 18:16:43 +0000
commit88d6421c15f1c4daea9c8128e715662091258054 (patch)
treeb9762a1adcee3b48a0aca1c777e86e4734959f89 /usr/src/cmd/mdb/common/modules/genunix
parent3579e3c35b601b3f66174315be3026281487541a (diff)
downloadillumos-gate-88d6421c15f1c4daea9c8128e715662091258054.tar.gz
12779 mdb str_flags is missing STRXPG4TTY
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix')
-rw-r--r--usr/src/cmd/mdb/common/modules/genunix/streams.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/streams.c b/usr/src/cmd/mdb/common/modules/genunix/streams.c
index 245fca6070..7f18b59f23 100644
--- a/usr/src/cmd/mdb/common/modules/genunix/streams.c
+++ b/usr/src/cmd/mdb/common/modules/genunix/streams.c
@@ -23,6 +23,10 @@
* Use is subject to license terms.
*/
+/*
+ * Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
+ */
+
#include <mdb/mdb_modapi.h>
#include <mdb/mdb_ks.h>
@@ -147,7 +151,7 @@ static const struct str_flags stdf[] = {
{ SF(STRCLOSE), "wait for a close to complete" },
{ SF(SNDMREAD), "used for read notification" },
{ SF(OLDNDELAY), "use old NDELAY TTY semantics" },
- { SF(0x00020000), "unused" },
+ { SF(STRXPG4TTY), "Use XPG4 TTY semantics" },
{ SF(0x00040000), "unused" },
{ SF(STRTOSTOP), "block background writes" },
{ SF(STRCMDWAIT), "someone is doing an _I_CMD" },