diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-08-20 14:02:37 -0400 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-08-20 14:02:37 -0400 |
| commit | 48cb024ae0359615b78f436c402069348cf5f332 (patch) | |
| tree | b481925bc34df15b02ad7469f90ce55243dcd98d /emu/Hp/devfs.c | |
| parent | 42c934e1cbff05e8f5b5ba58cfde3c1f5a9f73ab (diff) | |
20110820-1401
Diffstat (limited to 'emu/Hp/devfs.c')
| -rw-r--r-- | emu/Hp/devfs.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emu/Hp/devfs.c b/emu/Hp/devfs.c index 9017c3fc..194c1090 100644 --- a/emu/Hp/devfs.c +++ b/emu/Hp/devfs.c @@ -1 +1,7 @@ #include "devfs-posix.c" + +static vlong +osdisksize(int fd) +{ + return 0; +} |
