diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c index 186a6020625d..d3c2a204a5fc 100644 --- a/sys/compat/svr4/svr4_stream.c +++ b/sys/compat/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; diff --git a/sys/svr4/svr4_stream.c b/sys/svr4/svr4_stream.c index 186a6020625d..d3c2a204a5fc 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;