Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include Missing paren.
details: https://anonhg.NetBSD.org/src/rev/d985effe470c
branches: trunk
changeset: 487817:d985effe470c
user: eeh <eeh%NetBSD.org@localhost>
date: Tue Jun 13 05:04:05 2000 +0000
description:
Missing paren.
diffstat:
sys/arch/sparc64/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 680f025afb9a -r d985effe470c sys/arch/sparc64/include/param.h
--- a/sys/arch/sparc64/include/param.h Tue Jun 13 04:35:29 2000 +0000
+++ b/sys/arch/sparc64/include/param.h Tue Jun 13 05:04:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.18 2000/06/12 23:32:46 eeh Exp $ */
+/* $NetBSD: param.h,v 1.19 2000/06/13 05:04:05 eeh Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -141,7 +141,7 @@
* Here's the location of the interrupt stack and CPU structure.
*/
#define INTSTACK (KERNEND)
-#define EINTSTACK (INTSTACK+USPACE
+#define EINTSTACK (INTSTACK+USPACE)
/*
* Constants related to network buffer management.
Home |
Main Index |
Thread Index |
Old Index