summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-05-14 20:21:42 +0000
committerjhb <jhb@FreeBSD.org>2003-05-14 20:21:42 +0000
commite0d115b1909b69ea047d3fbb44266ea340b6d49a (patch)
treebca896aee6795e8c30c7bd7a824699ab4886db97
parenta8e22c5cc090be66048e3ed2db54ba01c941d3fe (diff)
downloadFreeBSD-src-e0d115b1909b69ea047d3fbb44266ea340b6d49a.zip
FreeBSD-src-e0d115b1909b69ea047d3fbb44266ea340b6d49a.tar.gz
Fix a typo that broke the pc98 kernel build.
Reported by: des@'s tinderbox Pointy hat to: jhb Approved by: re (blanket/scottl)
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/pc98/machdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 4797ae1..396d20a 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 4797ae1..396d20a 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);
OpenPOWER on IntegriCloud