Re: How to create /dev/random and /dev/urandom for 1.3.30 ?

Raymond W. Lucke IV (data@droopy.flint.net)
Sat, 30 Sep 1995 19:06:31 -0700 (PDT)


On Sat, 30 Sep 1995, Mike Shaver wrote:

> (so,
> mknod -m 0444 /dev/random c 1 8; mknod -m 0444 /dev/urandom c 1 9
> is what I used)

I made these devices a while back with mknod, and it said 'No such
device' when I tried to cat it. I just pasted that line in, and it still says
random: No such device

Is there anything I must define in a Makefile to have Linux compile the
support in?