Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc Fix a typo introduced in the last commit.
details: https://anonhg.NetBSD.org/src/rev/7c4a328f64f1
branches: trunk
changeset: 533026:7c4a328f64f1
user: agc <agc%NetBSD.org@localhost>
date: Wed Jun 19 10:13:43 2002 +0000
description:
Fix a typo introduced in the last commit.
diffstat:
sys/arch/sparc/sparc/trap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4b564892fe78 -r 7c4a328f64f1 sys/arch/sparc/sparc/trap.c
--- a/sys/arch/sparc/sparc/trap.c Wed Jun 19 09:46:48 2002 +0000
+++ b/sys/arch/sparc/sparc/trap.c Wed Jun 19 10:13:43 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.109 2002/06/17 16:33:17 christos Exp $ */
+/* $NetBSD: trap.c,v 1.110 2002/06/19 10:13:43 agc Exp $ */
/*
* Copyright (c) 1996
@@ -1293,7 +1293,7 @@
if ((callp->sy_flags & SYCALL_MPSAFE) == 0)
KERNEL_PROC_LOCK(p);
- f ((error = trace_enter(p, code, args.i, rval)) != 0)
+ if ((error = trace_enter(p, code, args.i, rval)) != 0)
goto bad;
rval[0] = 0;
Home |
Main Index |
Thread Index |
Old Index