Subject: CVS commit: src/sys/compat/linux/arch
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/26/2003 19:59:31
Module Name:	src
Committed By:	jdolecek
Date:		Sat Jul 26 19:59:31 UTC 2003

Modified Files:
	src/sys/compat/linux/arch/alpha: linux_socket.h
	src/sys/compat/linux/arch/arm: linux_socket.h
	src/sys/compat/linux/arch/i386: linux_socket.h
	src/sys/compat/linux/arch/m68k: linux_socket.h
	src/sys/compat/linux/arch/mips: linux_socket.h
	src/sys/compat/linux/arch/powerpc: linux_socket.h

Log Message:
add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missing
fix value for LINUX_SO_DETACH_FILTER on couple places (unused anyway)

g/c LINUX_SCM_TIMESTAMP definition for some archs, it will be defined
in generic linux_socket.h


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/alpha/linux_socket.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/arm/linux_socket.h
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/i386/linux_socket.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/m68k/linux_socket.h
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/mips/linux_socket.h
cvs rdiff -r1.2 -r1.3 src/sys/compat/linux/arch/powerpc/linux_socket.h

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