Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2006 14:15:24 GMT
From:      Irsla <irsla42@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/98054: MAKE_DEV(9) prototype error
Message-ID:  <200605281415.k4SEFOIX050600@www.freebsd.org>
Resent-Message-ID: <200605281420.k4SEKJ1I022767@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605281415.k4SEFOIX050600>