summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-27 08:31:29 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1997-02-27 08:31:29 +0000
commitf1689501bb80cbf169b83f9ff17029a34493baad (patch)
treed494b753c08bbe23d5b31b506805498014cb0ddf /sbin/routed
parent79c81d20f6205ac67b14767077f158896b4ae54e (diff)
Fix function decl, get rid of a couple of warnings.
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/trace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c
index 3bce42f7917..406fc22e3e3 100644
--- a/sbin/routed/trace.c
+++ b/sbin/routed/trace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trace.c,v 1.5 1996/10/02 06:51:47 mickey Exp $ */
+/* $OpenBSD: trace.c,v 1.6 1997/02/27 08:31:28 angelos Exp $ */
/* $NetBSD: trace.c,v 1.13 1995/06/20 22:28:03 christos Exp $ */
/*
@@ -37,7 +37,7 @@
#if !defined(lint)
static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$OpenBSD: trace.c,v 1.5 1996/10/02 06:51:47 mickey Exp $";
+static char rcsid[] = "$OpenBSD: trace.c,v 1.6 1997/02/27 08:31:28 angelos Exp $";
#endif
#define RIPCMDS
@@ -713,7 +713,7 @@ trace_add_del(char * action, struct rt_entry *rt)
/* ARGSUSED */
static int
walk_trace(struct radix_node *rn,
- struct walkarg *w)
+ void *w)
{
#define RT ((struct rt_entry *)rn)
struct rt_spare *rts;