From 35345273bbbecbbc867642e78efeea73e46fe477 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 19:07:43 +0000 Subject: (master_thread_function): Declare to be `static any_t'. --- libdiskfs/init-first.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3