Subject: kern/29624: Typo in /usr/src/sys/sys/socket.h
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <usa@garbagecollect.jp>
List: netbsd-bugs
Date: 03/08/2005 04:23:01
>Number: 29624
>Category: kern
>Synopsis: Typo in /usr/src/sys/sys/socket.h
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 08 04:23:01 +0000 2005
>Originator: usa@garbagecollect.jp
>Release: NetBSD 2.99.11
>Organization:
>Environment:
System: NetBSD zanzibar.garbagecollect.jp 2.99.11 NetBSD 2.99.11 (ZANZIBAR) #2: Sun Dec 12 17:10:39 JST 2004 root@zanzibar.garbagecollect.jp:/usr/src/sys/arch/i386/compile/ZANZIBAR i386
Architecture: i386
Machine: i386
>Description:
There is a typo in /usr/src/sys/sys/socket.h, from revision 1.8.
So, from NetBSD 1.0 to now, all released versions of NetBSD have
this problem.
The typo line is (at revision 1.71, line no 274):
#define PF_RTIP pseudo_AF_FTIP /* same format as AF_INET */
``pseudo_AF_FTIP'' is not defined. should be ``pseudo_AF_RTIP''.
>How-To-Repeat:
>Fix:
See description.