2004-03-05 Joel Sherrill <joel@OARcorp.com>

* libnetworking/net/radix.c: Remove warning.
This commit is contained in:
Joel Sherrill
2004-03-05 18:37:16 +00:00
parent 2f5c2f0d5f
commit 355f03eb17
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/radix.c: Remove warning.
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libmisc/shell/cmds.c: Remove warning.

View File

@@ -1026,6 +1026,6 @@ rn_init()
addmask_key = cplim = rn_ones + max_keylen;
while (cp < cplim)
*cp++ = -1;
if (rn_inithead((void **)&mask_rnhead, 0) == 0)
if (rn_inithead((void *)&mask_rnhead, 0) == 0)
panic("rn_init 2");
}