diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-05-14 20:21:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-05-14 20:21:42 +0000 |
| commit | aa7ba84232a2f3f53cf3bab12ff6d58b078ddda0 (patch) | |
| tree | bca896aee6795e8c30c7bd7a824699ab4886db97 /sys/pc98 | |
| parent | cc3e724564bd224653a112020e7a841127dc12d7 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/i386/machdep.c | 2 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index 4797ae16317b..396d20a6eca9 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -567,7 +567,7 @@ sendsig(catcher, sig, mask, code) p = td->td_proc; PROC_LOCK_ASSERT(p, MA_OWNED); psp = p->p_sigacts; - mtx_assert(&psp->ps_mtx,.MA_OWNED); + mtx_assert(&psp->ps_mtx, MA_OWNED); #ifdef COMPAT_FREEBSD4 if (SIGISMEMBER(psp->ps_freebsd4, sig)) { freebsd4_sendsig(catcher, sig, mask, code); diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 4797ae16317b..396d20a6eca9 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -567,7 +567,7 @@ sendsig(catcher, sig, mask, code) p = td->td_proc; PROC_LOCK_ASSERT(p, MA_OWNED); psp = p->p_sigacts; - mtx_assert(&psp->ps_mtx,.MA_OWNED); + mtx_assert(&psp->ps_mtx, MA_OWNED); #ifdef COMPAT_FREEBSD4 if (SIGISMEMBER(psp->ps_freebsd4, sig)) { freebsd4_sendsig(catcher, sig, mask, code); |
