start adding DM bits

This commit is contained in:
rsc 2005-02-08 20:08:28 +00:00
parent 8a26417b7a
commit 0a22905232
4 changed files with 16 additions and 8 deletions

View file

@ -80,7 +80,7 @@ disksize(int fd, int dev)
* getpwnam in the first place, so I'm not too worried.
*/
int
_p9dir(struct stat *st, char *name, Dir *d, char **str, char *estr)
_p9dir(struct stat *lst, struct stat *st, char *name, Dir *d, char **str, char *estr)
{
char *s;
char tmp[20];