mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Zap a trigraph (???)
This commit is contained in:
parent
3076c7c50d
commit
34f8c21730
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51843
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user