diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-17 00:59:04 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-01-17 00:59:04 +0000 |
| commit | a6d4491c71877016dd4d4dd04846121224fcd47c (patch) | |
| tree | 221c7a4f82947fbe26b0d3fa84d845d12d5d1164 /sys/kern/uipc_usrreq.c | |
| parent | f8edfc0dd6a52f0808b5351a8d0f2a0898888823 (diff) | |
Notes
Diffstat (limited to 'sys/kern/uipc_usrreq.c')
| -rw-r--r-- | sys/kern/uipc_usrreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 8dd9b7e4595d..1f9ca3d2007b 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -1047,7 +1047,7 @@ unp_externalize(control, controlp) fdp = (int *) CMSG_DATA(mtod(*controlp, struct cmsghdr *)); for (i = 0; i < newfds; i++) { - if (fdalloc(td, &f)) + if (fdalloc(td, 0, &f)) panic("unp_externalize fdalloc failed"); fp = *rp++; td->td_proc->p_fd->fd_ofiles[f] = fp; |
