xref: /inferno-os/emu/OpenBSD/devfs.c (revision 48cb024ae0359615b78f436c402069348cf5f332)
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