diff options
author | Robert Mustacchi <rm@joyent.com> | 2018-11-27 16:49:30 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2018-11-27 18:55:50 +0000 |
commit | 6466dea896ec0283655f3eb5820688dd3a3e7ff2 (patch) | |
tree | d75af2907484a8b1f721161f0565536680a6e570 | |
parent | 28bce0b9e448858f6b3f50f0900da272bae87512 (diff) | |
download | illumos-joyent-6466dea896ec0283655f3eb5820688dd3a3e7ff2.tar.gz |
OS-7393 9903 merge lost OS-3752 modifications
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
-rw-r--r-- | usr/src/uts/common/sys/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/stream.h b/usr/src/uts/common/sys/stream.h index 7dd1cf4723..efcd2a9194 100644 --- a/usr/src/uts/common/sys/stream.h +++ b/usr/src/uts/common/sys/stream.h @@ -651,7 +651,7 @@ struct stroptions { struct struiod { mblk_t *d_mp; /* pointer to mblk (chain) */ uio_t d_uio; /* uio info */ - iovec_t d_iov[DEF_IOV_MAX]; /* iov referenced by uio */ + iovec_t *d_iov; /* iov referenced by uio */ }; /* |