diff --git a/sys/netatalk/aarp.c b/sys/netatalk/aarp.c index 3ed886f91816..338d4023cda6 100644 --- a/sys/netatalk/aarp.c +++ b/sys/netatalk/aarp.c @@ -1,4 +1,4 @@ -/* $NetBSD: aarp.c,v 1.8 2001/11/15 09:48:26 lukem Exp $ */ +/* $NetBSD: aarp.c,v 1.9 2002/10/22 21:58:33 perry Exp $ */ /* * Copyright (c) 1990,1991 Regents of The University of Michigan. @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.8 2001/11/15 09:48:26 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aarp.c,v 1.9 2002/10/22 21:58:33 perry Exp $"); #include #include @@ -99,6 +99,7 @@ u_char aarp_org_code[3] = { struct callout aarptimer_callout; +/*ARGSUSED*/ static void aarptimer(ignored) void *ignored;