summaryrefslogtreecommitdiff
path: root/base/gsiodevs.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gsiodevs.c')
-rw-r--r--base/gsiodevs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/gsiodevs.c b/base/gsiodevs.c
index 7df96a8fa..32f261330 100644
--- a/base/gsiodevs.c
+++ b/base/gsiodevs.c
@@ -29,7 +29,9 @@ const char iodev_dtype_stdio[] = "Special";
iodev_no_delete_file, iodev_no_rename_file, iodev_no_file_status,\
iodev_no_enumerate_files, NULL, NULL,\
iodev_no_get_params, iodev_no_put_params\
- }\
+ }, \
+ NULL, \
+ NULL \
}
#define STDIO_BUF_SIZE 128