summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 19:07:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 19:07:43 +0000
commit35345273bbbecbbc867642e78efeea73e46fe477 (patch)
treeccdb7b086d1ff84899ef139c17374da7d109b80b /libdiskfs
parentb506fd1d9ce36fdba85f1428ab8d76b24cc97f7a (diff)
(master_thread_function): Declare to be `static any_t'.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/init-first.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c
index 1bbd75ab..f1df3dd1 100644
--- a/libdiskfs/init-first.c
+++ b/libdiskfs/init-first.c
@@ -25,6 +25,7 @@ static int thread_timeout = 1000 * 60 * 2; /* two minutes */
static int server_timeout = 1000 * 60 * 10; /* ten minutes */
+static any_t
master_thread_function (any_t foo __attribute__ ((unused)))
{
error_t err;