9
0
Fork 0

svn_rev_368

let mount take the device as string
This commit is contained in:
Sascha Hauer 2007-07-05 18:01:47 +02:00 committed by Sascha Hauer
parent 3908b10514
commit ca69a14849
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ off_t lseek(int fildes, off_t offset, int whence);
int ls(const char *path, ulong flags);
int mkdir (const char *pathname);
int rmdir (const char *pathname);
int mount (struct device_d *dev, char *fsname, char *path);
int mount (const char *device, const char *fsname, const char *path);
int umount(const char *pathname);
struct dir *opendir(const char *pathname);