1 #include "devfs-posix.c" 2 3 static vlong osdisksize(int fd)4 osdisksize(int fd) 5 { 6 return 0; 7 } 8