xref: /inferno-os/emu/OpenBSD/devfs.c (revision 1e1b493dfc048d301ef6b41377f0a3665ee7f3fc)
1 #include "devfs-posix.c"
2 
3 static vlong
4 osdisksize(int fd)
5 {
6 	return 0;
7 }
8