diff options
Diffstat (limited to 'emu/FreeRTOS/devfs.c')
| -rw-r--r-- | emu/FreeRTOS/devfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emu/FreeRTOS/devfs.c b/emu/FreeRTOS/devfs.c index d697d7b..877faaa 100644 --- a/emu/FreeRTOS/devfs.c +++ b/emu/FreeRTOS/devfs.c @@ -1,5 +1,6 @@ #include "devfs-posix.c" +#if 0 //{} #include <linux/hdreg.h> #include <linux/fs.h> #include <sys/ioctl.h> @@ -24,3 +25,4 @@ osdisksize(int fd) return (vlong)geo.heads*geo.sectors*geo.cylinders*512; return 0; } +#endif //{} |
