diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-14 07:46:18 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-14 14:45:11 -0600 |
commit | c3d898044d5ce4d60c771e3818b30a9ef9d48bdf (patch) | |
tree | 83759c9b46310e2dfb03e84ae19f110e4140ec00 /lib9p/tests/testclient-sess.explog | |
parent | b5ea4c02dc4940464d68b9061cc27b378bfbd368 (diff) |
lib9p_core: Integrate linux-errno.h into 2010-9P2000.L.9p
Diffstat (limited to 'lib9p/tests/testclient-sess.explog')
-rw-r--r-- | lib9p/tests/testclient-sess.explog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/testclient-sess.explog b/lib9p/tests/testclient-sess.explog index aa5ecb8..268da72 100644 --- a/lib9p/tests/testclient-sess.explog +++ b/lib9p/tests/testclient-sess.explog @@ -55,7 +55,7 @@ > Tread { tag=1 fid=2 offset=0 count=6 } > Tflush { tag=2 oldtag=1 } < Rflush { tag=2 } -< Rerror { tag=1 errstr="request canceled by flush" errnum=125 } +< Rerror { tag=1 errstr="request canceled by flush" errnum=L_ECANCELED } # flush, unknown tag > Tflush { tag=0 oldtag=99 } |