From 34f8c21730ecf7b2ce393246e60736cf68186658 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 1 Oct 1999 14:23:36 +0000 Subject: [PATCH] Zap a trigraph (???) --- sys/compat/svr4/svr4_stream.c | 2 +- sys/svr4/svr4_stream.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c index 873b57af7853..186a6020625d 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 873b57af7853..186a6020625d 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;