>Number: 98054
>Category: docs
>Synopsis: MAKE_DEV(9) prototype error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sun May 28 14:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Irsla
>Release: 6.0
>Organization:
none
>Environment:
FreeBSD my_box 6.0-RELEASE FreeBSD 6.0-RELEASE #5: Mon Apr 17 15:22:31 CEST 2006 root@my_box:/usr/obj/usr/src/sys/GENERIC i386
>Description:
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,
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"