Bug 20829

Summary: syntax error in if_iso88025subr.c
Product: Base System Reporter: Elliot Dierksen <ebd>
Component: miscAssignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.5-STABLE   
Hardware: Any   
OS: Any   

Description Elliot Dierksen 2000-08-25 03:40:01 UTC
On line 236:
M_PREPEND(m, 8, M_DONTWAIT)

The semicolon is missing causing this module not to compile.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-25 10:03:16 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll take this one, although the originator should be aware that 
there are no future releases on the 3.x line planned.
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-25 10:06:01 UTC
State Changed
From-To: open->closed

Committed as rev 1.2.2.3, thanks.