Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/04/2000 01:50:29
Module Name:	syssrc
Committed By:	itojun
Date:		Sun Jun  4 08:50:29 UTC 2000

Modified Files:
	syssrc/sys/sys: Makefile socket.h
Added Files:
	syssrc/sys/sys: ansi.h

Log Message:
move socklen_t decl to sys/ansi.h.
sys/socket.h pulls in sys/ansi.h and declare socklen_t as necessary.
the change is to allow declaration of socklen_t with less inclusion ordering
constraints.  (netdb.h needs this change)


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/sys/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/sys/ansi.h
cvs rdiff -r1.54 -r1.55 syssrc/sys/sys/socket.h

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