Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pc532/include fix typo.
details: https://anonhg.NetBSD.org/src/rev/ee79a800465b
branches: trunk
changeset: 500858:ee79a800465b
user: matthias <matthias%NetBSD.org@localhost>
date: Tue Dec 19 16:24:43 2000 +0000
description:
fix typo.
diffstat:
sys/arch/pc532/include/psl.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4ae611d2fa49 -r ee79a800465b sys/arch/pc532/include/psl.h
--- a/sys/arch/pc532/include/psl.h Tue Dec 19 16:23:57 2000 +0000
+++ b/sys/arch/pc532/include/psl.h Tue Dec 19 16:24:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.23 2000/08/22 19:46:30 thorpej Exp $ */
+/* $NetBSD: psl.h,v 1.24 2000/12/19 16:24:43 matthias Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -201,8 +201,8 @@
* Miscellaneous
*/
#define splhigh() splraise(imask[IPL_HIGH])
-#defien splsched() splhigh()
-#defien spllock() splhigh()
+#define splsched() splhigh()
+#define spllock() splhigh()
#define spl0() splx(imask[IPL_ZERO])
#define splnone() spl0()
Home |
Main Index |
Thread Index |
Old Index