Date: Tue, 25 Apr 2000 00:56:37 -0400 From: Alexander Matey <matey@cis.ohio-state.edu> To: freebsd-current@freebsd.org Subject: buildworld broken Message-ID: <20000425005637.A45146@cis.ohio-state.edu>
next in thread | raw e-mail | index | archive | help
Hello,
Cvsupped 2 hours ago:
...
===> sys/modules/syscons/fire
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
rm -f .depend
mkdep -f .depend -a -nostdinc -I/usr/src/sys/modules/syscons/fire/.. -D_KERNEL -DKLD_MODULE -I- -I/usr/src/sys/modules/syscons/fire/.. -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/syscons/fire/fire_saver.c
/usr/src/sys/modules/syscons/fire/fire_saver.c:44: machine/random.h: No such file or directory
mkdep: compile failed
*** Error code 1
Stop in /usr/src/sys/modules/syscons/fire.
*** Error code 1
Stop in /usr/src/sys/modules/syscons.
*** Error code 1
Did this break it? :
obrien 2000/04/24 10:30:08 PDT
Modified files:
sys/conf files files.i386
sys/dev/syscons syscons.c
sys/i386/i386 machdep.c mem.c
sys/i386/isa/pcvt pcvt_hdr.h
sys/i4b/layer2 i4b_tei.c
sys/i4b/layer4 i4b_l4mgmt.c
sys/kern kern_random.c
sys/net if_spppsubr.c
sys/netipx ipx_input.c
Removed files:
sys/i386/isa random_machdep.c
sys/i386/include random.h
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.
--
lx
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000425005637.A45146>
