Re: 64-bit kernel broken.
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 08, 2007 at 07:43:14PM -0500, Kyle McMartin wrote: > > Right. This got inadvertantly reverted with some other stuff. Fixed in a > > second. > > Fixed in 1736b4bbf2bbfebaad06114d569f3617517524d1. make.err:/home/willy/nicol-2.6/arch/parisc/kernel/signal32.c:519: warning: implicit declaration of function 'kill_proc_info' make.err:(.text.compat_sys_rt_sigqueueinfo+0x80): undefined reference to `kill_proc_info' kernel/signal.c:static int kill_proc_info(int sig, struct siginfo *info, pid_t pid) Just unstatic it, or is there a more subtle fix?