Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 03/09/2005 18:53:57
Module Name: src
Committed By: tron
Date: Wed Mar 9 18:53:57 UTC 2005
Modified Files:
src/sys/sys: socket.h
Log Message:
Include "sys/types.h" to get definition of "uint64_t". This is necessary
because socket(2) lists only "sys/socket.h" as a requirement. And besides
that it fixes build errors in our "libc".
To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/sys/socket.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.