[Bugme-new] [Bug 333] New: typo in arch/alpha/kernel/signal.c

bugme-daemon at smtp.osdl.org bugme-daemon at smtp.osdl.org
Mon Feb 10 23:08:18 PST 2003


http://bugme.osdl.org/show_bug.cgi?id=333

           Summary: typo in arch/alpha/kernel/signal.c
    Kernel Version: 2.5.60
            Status: NEW
          Severity: blocking
             Owner: rth at twiddle.net
         Submitter: donaldlf at i-55.com


Distribution:redhat
Hardware Environment: 164LX
Software Environment: rawhide
Problem Description: 

  failure to compile. when converting structure name the author missed one.

Steps to reproduce:

compile

Patch:

*** a/arch/alpha/kernel/signal.c.old    2003-02-10 22:55:08.000000000 -0800
--- b/arch/alpha/kernel/signal.c        2003-02-10 22:55:17.000000000 -0800
***************
*** 623,629 ****
  
        if (signr > 0) {
                /* Whee!  Actually deliver the signal.  */
!               struct k_sigaction *ka = &current->sig->action[signr-1];
  
                if (r0) syscall_restart(r0, r19, regs, ka);
                handle_signal(signr, ka, &info, oldset, regs, sw);
--- 623,629 ----
  
        if (signr > 0) {
                /* Whee!  Actually deliver the signal.  */
!               struct k_sigaction *ka = &current->sighand->action[signr-1];
  
                if (r0) syscall_restart(r0, r19, regs, ka);
                handle_signal(signr, ka, &info, oldset, regs, sw);

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the Bugme-new mailing list