Subject: CVS commit: syssrc/sys/compat/linux/common
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/29/2002 22:49:41
Module Name:	syssrc
Committed By:	christos
Date:		Fri Mar 29 20:49:41 UTC 2002

Modified Files:
	syssrc/sys/compat/linux/common: linux_oldmmap.c linux_socket.c
	    linux_socketcall.c

Log Message:
- #undef DPRINTF for files that are included from other files.
- more debugging for socketcalls
- fix sa_len if AF_INET; somehow we get passed 28 instead of 16?


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/compat/linux/common/linux_oldmmap.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/compat/linux/common/linux_socket.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/compat/linux/common/linux_socketcall.c

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