# HG changeset patch # User menikon # Date 1580284897 -32400 # Node ID 9ceb72e054685dcecc3ecd65fb37529b6f5fa0fb # Parent 2fcabbf8cedae21ff090f3f755f0ad0d4988935b fix diff -r 2fcabbf8ceda -r 9ceb72e05468 src/interface/fs.dg --- a/src/interface/fs.dg Wed Jan 29 16:51:59 2020 +0900 +++ b/src/interface/fs.dg Wed Jan 29 17:01:37 2020 +0900 @@ -15,6 +15,8 @@ uint* poff; uint inum; char* path; + char* src; + __code readsb(Impl* fs, uint dev, struct superblock* sb, __code next(...)); __code iinit(Impl* fs, __code next(...)); @@ -33,5 +35,5 @@ __code dirlink(Impl* fs, struct inode* dp, char* name, uint inum, __code next(...)); __code namei(Impl* fs, char* path, __code next(...)); __code nameiparent(Impl* fs, char* path, char* name, __code next(...)); - + __code next(...); } fs;