Subject: CVS commit: syssrc/sys/compat/linux
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/19/2002 00:24:19
Module Name:	syssrc
Committed By:	christos
Date:		Mon Feb 18 22:24:19 UTC 2002

Modified Files:
	syssrc/sys/compat/linux/arch/alpha: linux_machdep.c
	syssrc/sys/compat/linux/common: linux_misc.c linux_signal.c
	    linux_signal.h

Log Message:
Resolve alpha compile issues:
- bug with order in args in mask conversion md code.
- flags can be both int and long on the alpha. kludge around that, by not
  passing pointers to the conversion function.
- something is wrong with the toolchain look at the void * cast in copyout().
- sa_restorer is in a different place on the aplha. Deal with that, by not
  initializing it as before. XXX: this should be changed in the MD signal
  definition.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/compat/linux/arch/alpha/linux_machdep.c
cvs rdiff -r1.99 -r1.100 syssrc/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/compat/linux/common/linux_signal.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/linux/common/linux_signal.h

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