From hsn@netmag.cz  Mon Feb  2 09:31:59 2004
Return-Path: <hsn@netmag.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D155816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 09:31:59 -0800 (PST)
Received: from mail.tiscali.cz (stateless3.tiscali.cz [213.235.135.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C9CC043D70
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Feb 2004 09:31:39 -0800 (PST)
	(envelope-from hsn@netmag.cz)
Received: from asura.bsd (213.235.69.158) by mail.tiscali.cz (6.7.018)
        id 3FB96935013D907E for FreeBSD-gnats-submit@freebsd.org; Mon, 2 Feb 2004 18:31:38 +0100
Received: from hsn by asura.bsd with local (Exim 4.24 #4 (Debian))
	id 1And9r-000LNa-MS
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 02 Feb 2004 13:26:31 +0100
Message-Id: <E1And9r-000LNa-MS@asura.bsd>
Date: Mon, 02 Feb 2004 13:26:31 +0100
From: Radim Kolar <hsn@netmag.cz>
Reply-To: Radim Kolar <hsn@netmag.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: incorrect comment in bpf.h
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62272
>Category:       kern
>Synopsis:       incorrect comment in bpf.h
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    dwmalone
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 09:40:03 PST 2004
>Closed-Date:    Tue Jun 08 21:17:19 GMT 2004
>Last-Modified:  Tue Jun 08 21:17:19 GMT 2004
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Wed Jan 28 18:18:58 CET 2004 root@asura.bsd:/usr/src/sys/i386/compile/GENERIC i386

>Description:
/usr/include/net/bpf.h has bad comment about DLT_NULL.
It is not true that this type is  /* no link-layer encapsulation */
this type is BSD loopback encapsulation; the link layer header is a 4-byte
field (see man pcap), so please correct this comment. 
	
>How-To-Repeat:
>Fix:
#define DLT_NULL        0       /* BSD loopback encapsulation */
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->dwmalone 
Responsible-Changed-By: dwmalone 
Responsible-Changed-When: Sun May 30 10:03:58 PDT 2004 
Responsible-Changed-Why:  
Fixed in -current, I'll MFC the change in a week or so. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62272 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Tue Jun 8 21:16:48 GMT 2004 
State-Changed-Why:  
Comment fixed in -current and -stable. Thanks for the patch. 

David. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62272 
>Unformatted:
