> Date: Thu, 7 Jan 2016 09:41:46 +0100
> From: Stefan Kempf
>
> Martin Natano wrote:
> > Below, a diff to convert dev/rnd.c to use uiomove().
>
> We also did this something similar for sosend(), although uiomovei()
> would also have worked since n was guaranteed to be bounded.
>
> OK to commit?
Below, a diff to convert dev/rnd.c to use uiomove().
cheers,
natano
Index: dev/rnd.c
===
RCS file: /cvs/src/sys/dev/rnd.c,v
retrieving revision 1.177
diff -u -p -u -r1.177 rnd.c
--- dev/rnd.c 28 Dec 2015 05:21:53 - 1.177
+