Module Name:    src
Committed By:   skrll
Date:           Wed Mar 31 06:40:30 UTC 2010

Modified Files:
        src/sys/arch/hppa/include: proc.h

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/include/proc.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/hppa/include/proc.h
diff -u src/sys/arch/hppa/include/proc.h:1.8 src/sys/arch/hppa/include/proc.h:1.9
--- src/sys/arch/hppa/include/proc.h:1.8	Sat Nov 21 15:13:14 2009
+++ src/sys/arch/hppa/include/proc.h	Wed Mar 31 06:40:30 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: proc.h,v 1.8 2009/11/21 15:13:14 rmind Exp $	*/
+/*	$NetBSD: proc.h,v 1.9 2010/03/31 06:40:30 skrll Exp $	*/
 
 /*	$OpenBSD: proc.h,v 1.1 1998/07/07 21:32:44 mickey Exp $	*/
 
@@ -42,10 +42,10 @@
  * Machine-dependent part of the lwp structure for hppa.
  */
 struct mdlwp {
-	struct	trapframe *md_regs;	/* registers on current frame */
-	int	md_flags;		/* machine-dependent flags */
+	struct		trapframe *md_regs;	/* registers on current frame */
+	int		md_flags;		/* machine-dependent flags */
 
-	vaddr_t	md_bpva;
+	vaddr_t		md_bpva;
 	unsigned int	md_bpsave[2];
 };
 

Reply via email to