plan9port/src/lib9p
Alexander Kapshuk ceb1ab90ff lib9p: Fix compile error
commit 385a6d5877 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:

* Running on Darwin...
* Compiler version:
	Apple clang version 12.0.5 (clang-1205.0.22.11)
* Building mk...
* Building everything (be patient)...
>>> mk: don't know how to make '/Users/sasha/plan9port_fork/lib/lib9p.a(_post.o)' in /Users/sasha/plan9port_fork/src/lib9p
mk: for i in ...  : exit status=exit(1)

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

Fixes: 385a6d5877 ("lib9p: Remove postmountsrv (#505)")
2021-09-01 08:40:44 -04:00
..
dirread.c delete 9P2000.u 2010-12-07 13:34:11 -05:00
fid.c no need for auth.h 2006-06-26 00:05:52 +00:00
file.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
ftest.c no need for auth.h 2006-06-26 00:05:52 +00:00
intmap.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
mem.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
mkfile lib9p: Fix compile error 2021-09-01 08:40:44 -04:00
parse.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
portdate
ramfs.c libthread: add threadmaybackground 2020-12-30 00:12:14 -05:00
req.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
srv.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
tpost.c lib9p: add Srv.foreground flag 2008-07-04 12:24:14 -04:00
uid.c no need for auth.h 2006-06-26 00:05:52 +00:00
util.c no need for auth.h 2006-06-26 00:05:52 +00:00