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