aboutsummaryrefslogtreecommitdiff
path: root/procfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'procfs.c')
-rw-r--r--procfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs.c b/procfs.c
index 4cce46b9..0a235a76 100644
--- a/procfs.c
+++ b/procfs.c
@@ -87,7 +87,7 @@ procfs_make_ino (struct node *np, const char *filename)
jrand48 (x);
}
- return jrand48 (x);
+ return (unsigned long) jrand48 (x);
}
error_t procfs_get_contents (struct node *np, void **data, size_t *data_len)