From d986c12574ca7742b9a102a7d7a34d4423156e2c Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 1 Oct 1999 14:26:28 +0000 Subject: Oops. That'll teach me to commit without testing. I either replaced one trigraph with another, or completely missed the point. Kill it for real this time. --- sys/svr4/svr4_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/svr4') diff --git a/sys/svr4/svr4_stream.c b/sys/svr4/svr4_stream.c index 186a602..d3c2a20 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; -- cgit v1.1