| Summary: | [patch] remove a few bogous semicolons | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Antoine Brodin <antoine.brodin> | ||||
| Component: | kern | Assignee: | Andre Oppermann <andre> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 6.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->andre Look into this. State Changed From-To: open->patched Patch committed to -current. State Changed From-To: patched->closed Only cosmetic changes. No MFC to RELENG_6 or RELENG_5 planned. |
The attached patch removes a few bogous semicolons at the end of the definitions of do { ... } while (0) macros. This could cause problems if the macros were used in if statements.