summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index bc5c865..4350eff 100644
--- a/main.c
+++ b/main.c
@@ -35,7 +35,7 @@ int main (int argc, char **argv)
error (1, 0, "Must be started as a translator");
netfs_init ();
- netfs_root_node = procfs_dir_make_node (entries, NULL);
+ netfs_root_node = procfs_dir_make_node (entries, NULL, NULL);
netfs_startup (bootstrap, 0);
for (;;)