diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-06 09:30:42 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-06 09:30:42 +0000 |
| commit | 2eeb0e2ea0fae54fb22dae17433a2c36de0e271a (patch) | |
| tree | 45292f71df7d6fe55f46ec87a6491769dcae81d6 /sys/netipx/ipx_input.c | |
| parent | 4cf41af3d424a8ec0670f03b36e8b685127f5851 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_input.c')
| -rw-r--r-- | sys/netipx/ipx_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index f3b9f34cc0f9..78911b8d9a67 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 <sys/param.h> @@ -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; |
