> (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?