Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2000 11:00:35 -0700
From:      David O'Brien <obrien@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/conf files files.i386 src/sys/dev/syscons syscons.c src/sys/i386/i386 machdep.c mem.c src/sys/i386/isa/pcvt pcvt_hdr.h src/sys/i4b/layer2 i4b_tei.c src/sys/i4b/layer4 i4b_l4mgmt.c src/sys/kern kern_random.c src/sys/net if_spppsubr.c ...
Message-ID:  <20000424110035.A99855@hub.freebsd.org>
In-Reply-To: <200004241730.KAA67773@freefall.freebsd.org>; from David E. O'Brien on Mon, Apr 24, 2000 at 10:30:09AM -0700
References:  <200004241730.KAA67773@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 24, 2000 at 10:30:09AM -0700, David E. O'Brien wrote:
>   Log:
>   * Use sys/sys/random.h rather than a i386 specific one.
>   * There was nothing that should be machine dependant about
>     i386/isa/random_machdep.c, so it is now sys/kern/kern_random.c.

I tested this best I could.  LINT does not build:

linking kernel
awi.o: In function `awi_ioctl':
awi.o(.text+0x3b4): undefined reference to `memcmp'
awi.o(.text+0x3cf): undefined reference to `memset'
awi.o: In function `awi_drvset':
awi.o(.text+0x74f): undefined reference to `memcmp'
awi.o(.text+0x76a): undefined reference to `memset'
awi.o: In function `awi_input':
awi.o(.text+0x1499): undefined reference to `memcmp'
awi.o: In function `awi_init_hw':
awi.o(.text+0x1c8a): undefined reference to `memcmp'
awi.o: In function `awi_init_mibs':
awi.o(.text+0x1e96): undefined reference to `memset'
awi.o: In function `awi_start_scan':
awi.o(.text+0x22f5): undefined reference to `memset'
awi.o: In function `awi_stop_scan':
awi.o(.text+0x24e3): undefined reference to `memcmp'
awi.o: In function `awi_recv_beacon':
awi.o(.text+0x266b): undefined reference to `memcmp'
awi.o(.text+0x2681): undefined reference to `memcmp'
awi.o(.text+0x26f8): undefined reference to `memset'
awi.o: In function `awi_recv_auth':
awi.o(.text+0x2e68): undefined reference to `memcmp'
awi.o: In function `awi_recv_asresp':
awi.o(.text+0x31d8): undefined reference to `memcmp'
if_awi_pccard.o: In function `awi_pccard_probe':
if_awi_pccard.o(.text+0xac): undefined reference to `memcmp'
isa_compat.o(.data+0x14): undefined reference to `vtdriver'
*** Error code 1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000424110035.A99855>