Subject: CVS commit: src/sys/compat/osf1
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/28/2005 06:40:15
Module Name:	src
Committed By:	he
Date:		Wed Sep 28 06:40:15 UTC 2005

Modified Files:
	src/sys/compat/osf1: osf1_cvt.c osf1_socket.c

Log Message:
Suddenly these need explicit inclusion of <sys/socket.h>; they use
the MSG_OOB and AF_LINK symbols (among others).  Fixes build problem.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/compat/osf1/osf1_cvt.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/osf1/osf1_socket.c

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