X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fbinfmt_flat.c;h=e280352b28f9e48adab2cc8d94963b0cbaf8b181;hb=84424026c0a910886064049d414a12a4f4dd125e;hp=178cb70acc26de80ec3db21a8455e88b7fc0360b;hpb=9a64e8e0ace51b309fdcff4b4754b3649250382a;p=~andy%2Flinux diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 178cb70acc2..e280352b28f 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -107,7 +107,7 @@ static struct linux_binfmt flat_format = { static int flat_core_dump(struct coredump_params *cprm) { printk("Process %s:%d received signr %d and should have core dumped\n", - current->comm, current->pid, (int) cprm->signr); + current->comm, current->pid, (int) cprm->siginfo->si_signo); return(1); }