sys_rstat() -> sys_read_stat()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@265 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -173,7 +173,7 @@ int cmd_stat(int argc, char *argv[])
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
rc = sys_rstat(argv[1], &stat);
|
rc = sys_read_stat(argv[1], &stat);
|
||||||
if(rc >= 0) {
|
if(rc >= 0) {
|
||||||
printf("stat of file '%s': \n", argv[1]);
|
printf("stat of file '%s': \n", argv[1]);
|
||||||
printf("vnid 0x%x\n", (unsigned int)stat.st_ino);
|
printf("vnid 0x%x\n", (unsigned int)stat.st_ino);
|
||||||
|
|||||||
Reference in New Issue
Block a user