> The easiest solution is to remove kfs support and just extract
> protoenum() from copyfile().
thats what we did in 9front (just so you dont need to do it all
over again in case you commit to that approach).
--
cinap
--
9fans: 9fans
Permalink:
https://9f
Hi,
I was hacking libdisk/proto.c to accept quoted strings, when I
noticed that mkfs is not using libdisk.h. The problem modifying
mkfs.c is that the code taking care of kfs obliges me to keep
functions duplicated on proto.c. The easiest solution is to remove
kfs support and just extract protoenu