Bug 83088

Summary: [patch] remove a few bogous semicolons
Product: Base System Reporter: Antoine Brodin <antoine.brodin>
Component: kernAssignee: Andre Oppermann <andre>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
while.diff none

Description Antoine Brodin 2005-07-07 11:20:14 UTC
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.
Comment 1 Andre Oppermann freebsd_committer freebsd_triage 2005-08-30 14:58:31 UTC
Responsible Changed
From-To: freebsd-bugs->andre

Look into this.
Comment 2 Andre Oppermann freebsd_committer freebsd_triage 2005-09-14 15:57:42 UTC
State Changed
From-To: open->patched

Patch committed to -current.
Comment 3 Andre Oppermann freebsd_committer freebsd_triage 2005-09-14 15:58:34 UTC
State Changed
From-To: patched->closed

Only cosmetic changes.  No MFC to RELENG_6 or RELENG_5 planned.