Deleted Added
full compact
38c38
< __FBSDID("$FreeBSD: head/sys/kern/kern_descrip.c 176471 2008-02-23 01:01:49Z des $");
---
> __FBSDID("$FreeBSD: head/sys/kern/kern_descrip.c 176957 2008-03-08 22:02:21Z antoine $");
399a400,404
> case F_DUP2FD:
> tmp = arg;
> error = do_dup(td, DUP_FIXED, fd, tmp, td->td_retval);
> break;
>
636c641
< * Common code for dup, dup2, and fcntl(F_DUPFD).
---
> * Common code for dup, dup2, fcntl(F_DUPFD) and fcntl(F_DUP2FD).