diff options
author | peter <peter@FreeBSD.org> | 1999-10-01 14:23:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-10-01 14:23:36 +0000 |
commit | 9e1682cb82ac0d8a40c2b6089d2441760ebf8731 (patch) | |
tree | 29cdfa6c6aa5ace9124b4faed553b12688fec8bf /sys/svr4 | |
parent | a1cfc5e8ef9629a4c3eef5cd3267cad159c0e0c5 (diff) | |
download | FreeBSD-src-9e1682cb82ac0d8a40c2b6089d2441760ebf8731.zip FreeBSD-src-9e1682cb82ac0d8a40c2b6089d2441760ebf8731.tar.gz |
Zap a trigraph (???)
Diffstat (limited to 'sys/svr4')
-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; |