Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3/include Remove #ifdef _KERNEL inside #ifdef _K...
details: https://anonhg.NetBSD.org/src/rev/05feb0187848
branches: trunk
changeset: 552266:05feb0187848
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Sep 22 17:11:46 2003 +0000
description:
Remove #ifdef _KERNEL inside #ifdef _KERNEL.
diffstat:
sys/arch/sun3/include/cpu.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r fe05ca0e902e -r 05feb0187848 sys/arch/sun3/include/cpu.h
--- a/sys/arch/sun3/include/cpu.h Mon Sep 22 16:54:14 2003 +0000
+++ b/sys/arch/sun3/include/cpu.h Mon Sep 22 17:11:46 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.33 2003/08/07 16:29:56 agc Exp $ */
+/* $NetBSD: cpu.h,v 1.34 2003/09/22 17:11:46 tsutsui Exp $ */
/*
* Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -187,9 +187,7 @@
char sir_which[4];
};
-#ifdef _KERNEL
extern union sun3sir sun3sir;
-#endif
#define SIR_NET 0
#define SIR_CLOCK 1
Home |
Main Index |
Thread Index |
Old Index