Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm26/include Ensure that we have some idea what a ...



details:   https://anonhg.NetBSD.org/src/rev/3a8bd66b8745
branches:  trunk
changeset: 508651:3a8bd66b8745
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Apr 16 17:30:32 2001 +0000

description:
Ensure that we have some idea what a label_t is, even in userland.

diffstat:

 sys/arch/arm26/include/pcb.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 21c9b493d504 -r 3a8bd66b8745 sys/arch/arm26/include/pcb.h
--- a/sys/arch/arm26/include/pcb.h      Mon Apr 16 17:05:22 2001 +0000
+++ b/sys/arch/arm26/include/pcb.h      Mon Apr 16 17:30:32 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.3 2001/03/08 21:30:35 bjh21 Exp $ */
+/* $NetBSD: pcb.h,v 1.4 2001/04/16 17:30:32 bjh21 Exp $ */
 
 /*-
  * Copyright (c) 2000 Ben Harris
@@ -36,6 +36,10 @@
 
 #include <machine/frame.h>
 
+#ifndef _KERNEL
+typedef struct label_t label_t;
+#endif
+
 struct pcb {
        u_int   pcb_flags;
 #define PCB_OWNFPU     0x00000001



Home | Main Index | Thread Index | Old Index