| Summary: | Unnecessary use of magic numbers in F_[SG]ETFD code | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Peter Jeremy <jeremyp> | ||||
| Component: | kern | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Peter Jeremy
1999-07-21 00:30:00 UTC
Hi Warner, As the last person to touch /usr/src/sys/kern/kern_descrip.c, would you please consider applying the patches in PR kern/12723 to remove the unnecessary use of the magic number 1 instead of FD_CLOEXEC and UF_EXCLOSE. Peter In message <00Jan27.072752est.115241@border.alcanet.com.au> Peter Jeremy writes: : As the last person to touch /usr/src/sys/kern/kern_descrip.c, would : you please consider applying the patches in PR kern/12723 to remove : the unnecessary use of the magic number 1 instead of FD_CLOEXEC and : UF_EXCLOSE. Sure. Go ahead and assign it to me if you can, let me know if you can't. Warner Responsible Changed From-To: freebsd-bugs->imp Warner volunteered for this PR. Responsible Changed From-To: imp->des Warner asked me to take this. State Changed From-To: open->patched This has been committed to CURRENT. Will be MFC'd in about 2 weeks. Thanks! State Changed From-To: patched->closed Merged from CURRENT. Thanks. |