Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/05/2004 09:09:02
Module Name:	src
Committed By:	jdolecek
Date:		Sun Sep  5 09:09:02 UTC 2004

Modified Files:
	src/sys/compat/linux/common: linux_socketcall.c

Log Message:
improve the (#ifdef DEBUG_LINUX) socketcall argument dump code:
- print the socketcall type
- special case socket(2) call, it's also the only one with first argument
  not being a socket descriptor
- only dump the relevant part of linux_socketcall_dummy_args, instead
  of always the whole structure


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/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.