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 c33b065..69a73df 100644
--- a/main.c
+++ b/main.c
@@ -53,7 +53,7 @@ pid_t fsid;
mach_port_t underlying_node;
/* stat information for the underlying node. */
-struct stat underlying_node_stat;
+io_statbuf_t underlying_node_stat;
/* Mapped time, used for updating node information. */
volatile struct mapped_time_value *maptime;