Ach, if he would have kept that "cat STUFF > /dev/u?random".
Is there really a technical reason to require a special program.
That is so un-UNIXish.

There was a syscall even earlier, but, you know.

  #include <sys/syscall.h>
  int main(void){
          char buf[256];
          syscall(SYS_getrandom, buf, sizeof buf, 0);
          return 0;
  }

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to