From ab5541db4c17f7df36f79958b1d1a8d78e4119db Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 6 Apr 1998 09:30:42 +0000 Subject: Make read_random() take a (void *) argument instead of (char *) --- sys/netipx/ipx_input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netipx') diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index f3b9f34..78911b8 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -33,7 +33,7 @@ * * @(#)ipx_input.c * - * $Id: ipx_input.c,v 1.15 1998/02/09 06:10:19 eivind Exp $ + * $Id: ipx_input.c,v 1.16 1998/03/30 09:53:09 phk Exp $ */ #include @@ -107,7 +107,7 @@ ipx_init() ipx_broadnet = *(union ipx_net *)allones; ipx_broadhost = *(union ipx_host *)allones; - read_random((char *)&ipx_pexseq, sizeof ipx_pexseq); + read_random(&ipx_pexseq, sizeof ipx_pexseq); ipxintrq.ifq_maxlen = ipxqmaxlen; ipxpcb.ipxp_next = ipxpcb.ipxp_prev = &ipxpcb; ipxrawpcb.ipxp_next = ipxrawpcb.ipxp_prev = &ipxrawpcb; -- cgit v1.1