Functions may be static and __inline, but not extern and __inline. This

should fix broken no-"-O" kernel builds.
This commit is contained in:
green 2000-06-22 08:31:27 +00:00
parent afebb7d4d4
commit 008918c507

View File

@ -229,7 +229,7 @@ void sendsig __P((sig_t action, int sig, sigset_t *retmask, u_long code));
*
* MP SAFE
*/
extern __inline int __cursig(struct proc *p)
static __inline int __cursig(struct proc *p)
{
sigset_t tmpset;
int r;