summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-10-01 14:26:28 +0000
committerpeter <peter@FreeBSD.org>1999-10-01 14:26:28 +0000
commitd986c12574ca7742b9a102a7d7a34d4423156e2c (patch)
treebabad5c0cff9baa828e3400cd82f7a00e4910aa0
parent9e1682cb82ac0d8a40c2b6089d2441760ebf8731 (diff)
downloadFreeBSD-src-d986c12574ca7742b9a102a7d7a34d4423156e2c.zip
FreeBSD-src-d986c12574ca7742b9a102a7d7a34d4423156e2c.tar.gz
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.
-rw-r--r--sys/compat/svr4/svr4_stream.c2
-rw-r--r--sys/svr4/svr4_stream.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c
index 186a602..d3c2a20 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 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;
OpenPOWER on IntegriCloud