From owner-freebsd-doc@FreeBSD.ORG Sun May 28 14:20:26 2006 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2117816B954 for ; Sun, 28 May 2006 14:20:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 500C043D4C for ; Sun, 28 May 2006 14:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4SEKJmg022768 for ; Sun, 28 May 2006 14:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4SEKJ1I022767; Sun, 28 May 2006 14:20:19 GMT (envelope-from gnats) Resent-Date: Sun, 28 May 2006 14:20:19 GMT Resent-Message-Id: <200605281420.k4SEKJ1I022767@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Irsla Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09A416A5DD for ; Sun, 28 May 2006 14:15:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D04C43D66 for ; Sun, 28 May 2006 14:15:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4SEFOBH050601 for ; Sun, 28 May 2006 14:15:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4SEFOIX050600; Sun, 28 May 2006 14:15:24 GMT (envelope-from nobody) Message-Id: <200605281415.k4SEFOIX050600@www.freebsd.org> Date: Sun, 28 May 2006 14:15:24 GMT From: Irsla To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: docs/98054: MAKE_DEV(9) prototype error X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2006 14:20:32 -0000 >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: