lib9p: Remove postmountsrv (#505)

This commit is contained in:
Ben Huntsman
2021-08-08 11:03:02 -07:00
committed by Dan Cross
parent aa01c23be6
commit 385a6d5877
7 changed files with 3 additions and 127 deletions

View File

@@ -219,7 +219,6 @@ struct Srv {
};
void srv(Srv*);
void postmountsrv(Srv*, char*, char*, int);
int postfd(char*, int);
extern int chatty9p;
void respond(Req*, char*);