Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 11/20/2004 00:53:13
Module Name:	src
Committed By:	wiz
Date:		Sat Nov 20 00:53:13 UTC 2004

Modified Files:
	src/sys/net: if_dl.h

Log Message:
Apply patch from PR 23990 by Greg Troxel (s/AF_DLI/AF_LINK/ in a comment):
<net/if_dl.h> defines struct sockaddr_dl.  On the line defining member
"sdl_family" (which overlaps "sa_family" in struct sockaddr), the
comment says AF_DLI.

But,
1) AF_DLI is said to be a DEC Direct data link interface
   (sys/socket.h)
2) The kernel actually sends sockaddr_dl structs with AF_LINK.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/net/if_dl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.