Catch up to proc->thread changes.
PR: 31428 Submitted by: Chad David <davidc@acns.ab.ca>
This commit is contained in:
parent
8b642e3004
commit
dbb10b1eaa
@ -44,7 +44,7 @@ struct uio {
|
|||||||
int uio_resid;
|
int uio_resid;
|
||||||
enum uio_seg uio_segflg;
|
enum uio_seg uio_segflg;
|
||||||
enum uio_rw uio_rw;
|
enum uio_rw uio_rw;
|
||||||
struct proc *uio_procp;
|
struct thread *uio_td;
|
||||||
};
|
};
|
||||||
.Ed
|
.Ed
|
||||||
.Ft int
|
.Ft int
|
||||||
@ -102,10 +102,10 @@ The direction of the desired transfer, either
|
|||||||
.Dv UIO_READ ,
|
.Dv UIO_READ ,
|
||||||
or
|
or
|
||||||
.Dv UIO_WRITE .
|
.Dv UIO_WRITE .
|
||||||
.It Dv uio_procp
|
.It Dv uio_td
|
||||||
The pointer to a
|
The pointer to a
|
||||||
.Li struct proc
|
.Li struct thread
|
||||||
for the associated process; used if
|
for the associated thread; used if
|
||||||
.Dv uio_segflg
|
.Dv uio_segflg
|
||||||
indicates that the transfer is to be made from/to a process's address
|
indicates that the transfer is to be made from/to a process's address
|
||||||
space.
|
space.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user