summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/amd/srvr_afs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/amd/srvr_afs.c')
-rw-r--r--usr.sbin/amd/amd/srvr_afs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/srvr_afs.c b/usr.sbin/amd/amd/srvr_afs.c
index 64493320130..f39c356f8b8 100644
--- a/usr.sbin/amd/amd/srvr_afs.c
+++ b/usr.sbin/amd/amd/srvr_afs.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)srvr_afs.c 8.1 (Berkeley) 6/6/93
- * $Id: srvr_afs.c,v 1.4 2003/06/02 23:36:51 millert Exp $
+ * $Id: srvr_afs.c,v 1.5 2014/10/26 03:03:34 guenther Exp $
*/
/*
@@ -95,8 +95,10 @@ wakeup_srvr(fserver *fs)
* Called when final ttl of server has expired
*/
static void
-timeout_srvr(fserver *fs)
+timeout_srvr(void *arg)
{
+ fserver *fs = arg;
+
/*
* If the reference count is still zero then
* we are free to remove this node