diff options
Diffstat (limited to 'sys/svr4/svr4_stream.c')
-rw-r--r-- | sys/svr4/svr4_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svr4/svr4_stream.c b/sys/svr4/svr4_stream.c index 873b57a..186a602 100644 --- a/sys/svr4/svr4_stream.c +++ b/sys/svr4/svr4_stream.c @@ -1784,7 +1784,7 @@ svr4_sys_putmsg(p, uap) * on it, so I'm making a guess that this * is how it works. newton@atdot.dotat.org XXX */ - DPRINTF(("sending expedited data (???)\n")); + DPRINTF(("sending expedited data (??)\n")); SCARG(&wa, fd) = SCARG(uap, fd); SCARG(&wa, buf) = dat.buf; SCARG(&wa, nbyte) = dat.len; |