diff options
Diffstat (limited to 'usr/src/uts/common/os/streamio.c')
-rw-r--r-- | usr/src/uts/common/os/streamio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/os/streamio.c b/usr/src/uts/common/os/streamio.c index 9abbf03fe8..102c803f5f 100644 --- a/usr/src/uts/common/os/streamio.c +++ b/usr/src/uts/common/os/streamio.c @@ -6550,7 +6550,7 @@ strgetmsg( mblk_t *savemp = NULL; mblk_t *savemptail = NULL; uint_t old_sd_flag; - int flg; + int flg = MSG_BAND; int more = 0; int error = 0; char first = 1; @@ -7116,7 +7116,7 @@ kstrgetmsg( mblk_t *savemptail = NULL; int flags; uint_t old_sd_flag; - int flg; + int flg = MSG_BAND; int more = 0; int error = 0; char first = 1; |