shithub: riscv

Download patch

ref: feb6d6f0a32e5dac88d1ef46bbc4396ec44ce40b
parent: 225c359beab9e2f17c66e65647b9e0a94f942620
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 7 15:27:20 EST 2020

dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flag

with the -s flag, we should read 9P messages from
standard *INPUT* (fd 0) and write responses to
standard *OUTPUT* (fd 1).

before these servers where reading from fd 1,
assuming they where both the same files.