devfs.c 73 B

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