mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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.
This commit is contained in:
parent
34f8c21730
commit
a1edd2ae7d
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue