Module Name:    src
Committed By:   matt
Date:           Thu Aug 20 07:50:36 UTC 2009

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: pcb.h

Log Message:
u_int32_t -> uint32_t


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.62.1 src/sys/arch/mips/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/pcb.h
diff -u src/sys/arch/mips/include/pcb.h:1.20 src/sys/arch/mips/include/pcb.h:1.20.62.1
--- src/sys/arch/mips/include/pcb.h:1.20	Sun Mar  4 06:00:11 2007
+++ src/sys/arch/mips/include/pcb.h	Thu Aug 20 07:50:36 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcb.h,v 1.20 2007/03/04 06:00:11 christos Exp $	*/
+/*	$NetBSD: pcb.h,v 1.20.62.1 2009/08/20 07:50:36 matt Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -89,7 +89,7 @@
 	struct fpreg pcb_fpregs;	/* saved floating point registers */
 	mips_reg_t pcb_context[12];	/* kernel context for resume */
 	void *	pcb_onfault;		/* for copyin/copyout faults */
-	u_int32_t pcb_ppl;		/* previous priority level */
+	uint32_t pcb_ppl;		/* previous priority level */
 };
 
 /*

Reply via email to