Bug 98054

Summary: MAKE_DEV(9) prototype error
Product: Documentation Reporter: Irsla <irsla42>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Irsla 2006-05-28 15:20:18 UTC
According to the prototypes in /usr/src/sys/sys/conf.h

There is a prototype typo on the MAKE_DEV(9):

return value of make_dev, make_dev_alias aren't correct, it should be struct cdev * but the man tells it's struct cdev.

paramenters of destroy_dev, dev_depends, it should be struct cdev * but the man tells it's struct cdev

Thanks,
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2006-05-28 16:44:36 UTC
State Changed
From-To: open->closed

This was fixed 8 month ago in HEAD and 2 weeks ago in RELENG_6. 
Thanks for the report anyway!