Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2000 10:19:08 +0700 (NOVST)
From:      Nickolay Dudorov <nnd@mail.nsk.ru>
To:        cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/conf files files.i386 src/sys/dev/syscons
Message-ID:  <200004250319.KAA60807@wint.itfs.nsk.su>
In-Reply-To: <200004241730.KAA67773@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In <200004241730.KAA67773@freefall.freebsd.org> David E. O'Brien <obrien@freebsd.org> wrote:
> 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.

	There are at least three other uses of 'machine/random.h'
in the 'src/sys' tree:

	sys/modules/console/{fire,rain,warp}

	Pleases change '#include <machine/random.h>' to
'#include <sys/random.h>' in this modules (is this right ?).

	N.Dudorov   


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?200004250319.KAA60807>