Hi, I don't get this part:
> /* Setup the offset pointer to add data */
> offset = entropy_write_offset + 1;
> if (offset + sizeof(unsigned long) == ENTROPYBUFSIZE) {
> offset = 0;
> }
Why the +1 ? You sure that's really what you want?...
-antrik-
_______________________________________________
Bug-hurd mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-hurd
