Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/compat/linux/linux_signal.c 69539 2000-12-03 01:30:31Z marcel $
---
> * $FreeBSD: head/sys/compat/linux/linux_signal.c 70061 2000-12-15 19:41:27Z jhb $
234c234
< int error, s;
---
> int error;
239a240
> PROC_LOCK(p);
246,247d246
< s = splhigh();
<
264,265d262
<
< splx(s);
266a264
> PROC_UNLOCK(p);
345a344
> PROC_LOCK(p);
346a346
> PROC_UNLOCK(p);
356d355
< int s;
362a362
> PROC_LOCK(p);
368d367
< s = splhigh();
371c370
< splx(s);
---
> PROC_UNLOCK(p);
385a385
> PROC_LOCK(p);
388a389
> PROC_UNLOCK(p);