Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/include Remove not used variable from the ...
details: https://anonhg.NetBSD.org/src/rev/134e63f1eba3
branches: trunk
changeset: 769411:134e63f1eba3
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Sep 08 19:37:01 2011 +0000
description:
Remove not used variable from the pcb.h
diffstat:
sys/arch/usermode/include/pcb.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f0955729f487 -r 134e63f1eba3 sys/arch/usermode/include/pcb.h
--- a/sys/arch/usermode/include/pcb.h Thu Sep 08 18:44:38 2011 +0000
+++ b/sys/arch/usermode/include/pcb.h Thu Sep 08 19:37:01 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.11 2011/09/08 12:01:22 reinoud Exp $ */
+/* $NetBSD: pcb.h,v 1.12 2011/09/08 19:37:01 reinoud Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -48,7 +48,6 @@
void * pcb_onfault; /* on fault handler */
int pcb_errno; /* save/restore place */
- int pcb_oldspl;
};
#endif /* !_ARCH_USERMODE_INCLUDE_PCB_H */
Home |
Main Index |
Thread Index |
Old Index