9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.62k stars 320 forks source link

lib9p: Fix compile error #518

Closed alexkapshuk closed 3 years ago

alexkapshuk commented 3 years ago

commit 385a6d5877258cee0cac6151e6359c9206006b01 removed src/lib9p/_post.c from the code base, but overlooked removing a reference to the _post.o object file from the src/lib9p/mkfile.

This results in lib9p failing to compile:

Remove _post.o from the list of dependent object files from src/lib9p/mkfile to have lib9p compile.

Fixes: 385a6d587725 ("lib9p: Remove postmountsrv (#505)")

bhuntsman commented 3 years ago

My mistake, I had that locally but missed it in my commit. I pinged Dan Cross asking him to merge this commit. My apologies!

alexkapshuk commented 3 years ago

Thanks.