]> git.neil.brown.name Git - history.git/commit
[PATCH] Make copy_siginfo_to_user mode explicit
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Jun 2002 03:59:18 +0000 (20:59 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Tue, 18 Jun 2002 03:59:18 +0000 (20:59 -0700)
commit9d33a2710c9604cb7102548d14517f393d0d30c3
tree9d00b04748328553e5a8cd86f1066e8c6868baec
parente784b458b553ef0f2cb5cb036743ac72a0c91b28
[PATCH] Make copy_siginfo_to_user mode explicit

This patch makes copy_siginfo_to_user excplicitly copy the correct
union member.  Previously we were getting the correct result but
really by accident.
kernel/signal.c