diff options
Diffstat (limited to 'emu/FreeBSD/devfs.c')
| -rw-r--r-- | emu/FreeBSD/devfs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emu/FreeBSD/devfs.c b/emu/FreeBSD/devfs.c index 9017c3fc..194c1090 100644 --- a/emu/FreeBSD/devfs.c +++ b/emu/FreeBSD/devfs.c @@ -1 +1,7 @@ #include "devfs-posix.c" + +static vlong +osdisksize(int fd) +{ + return 0; +} |
