Date: Thu, 15 Jan 2004 09:03:21 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45396 for review Message-ID: <200401151703.i0FH3L0h015173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45396 Change 45396 by sam@sam_ebb on 2004/01/15 09:03:07 fdalloc api change Affected files ... .. //depot/projects/netperf+sockets/sys/kern/uipc_usrreq.c#7 edit Differences ... ==== //depot/projects/netperf+sockets/sys/kern/uipc_usrreq.c#7 (text+ko) ==== @@ -1204,7 +1204,7 @@ fdp = (int *) CMSG_DATA(mtod(*controlp, struct cmsghdr *)); for (i = 0; i < newfds; i++) { - if (fdalloc(td, 0, &f)) + if (fdalloc(td, &f)) panic("unp_externalize fdalloc failed"); fp = *rp++; td->td_proc->p_fd->fd_ofiles[f] = fp;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401151703.i0FH3L0h015173>