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

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

Log Message:
move definition of struct linux_stafs to common/linux_types.h, and use
explicit size types - the structure definition is actually identical
on currently support COMPAT_LINUX archs, so no point to have 6 copies of it
in the tree


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/compat/linux/arch/alpha/linux_types.h
cvs rdiff -r1.3 -r1.4 src/sys/compat/linux/arch/arm/linux_types.h
cvs rdiff -r1.10 -r1.11 src/sys/compat/linux/arch/i386/linux_types.h
cvs rdiff -r1.4 -r1.5 src/sys/compat/linux/arch/m68k/linux_types.h
cvs rdiff -r1.5 -r1.6 src/sys/compat/linux/arch/mips/linux_types.h
cvs rdiff -r1.2 -r1.3 src/sys/compat/linux/arch/powerpc/linux_types.h
cvs rdiff -r1.15 -r1.16 src/sys/compat/linux/common/linux_types.h

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