Module Name:    src
Committed By:   skrll
Date:           Sat Aug 24 07:12:13 UTC 2013

Modified Files:
        src/lib/libc/arch/hppa: SYS.h
        src/lib/libc/arch/hppa/gen: resumecontext.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/hppa/SYS.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hppa/gen/resumecontext.c

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

Modified files:

Index: src/lib/libc/arch/hppa/SYS.h
diff -u src/lib/libc/arch/hppa/SYS.h:1.7 src/lib/libc/arch/hppa/SYS.h:1.8
--- src/lib/libc/arch/hppa/SYS.h:1.7	Tue Nov  3 05:07:25 2009
+++ src/lib/libc/arch/hppa/SYS.h	Sat Aug 24 07:12:12 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: SYS.h,v 1.7 2009/11/03 05:07:25 snj Exp $	*/
+/*	$NetBSD: SYS.h,v 1.8 2013/08/24 07:12:12 skrll Exp $	*/
 
 /*	$OpenBSD: SYS.h,v 1.9 2001/09/20 20:52:09 millert Exp $	*/
 
@@ -44,7 +44,7 @@
 	ldi	__CONCAT(SYS_,x), %t1		!\
 	.import __cerror, code			!\
 	comb,<>	%r0, %t1, __cerror		!\
-	ldw	HPPA_FRAME_ERP(%sr0,%sp), %rp	
+	ldw	HPPA_FRAME_ERP(%sr0,%sp), %rp
 
 #define	PSEUDO(x,y)				!\
 SYSENTRY(x)					!\
@@ -65,7 +65,7 @@ SYSENTRY(x)					!\
 SYSEXIT(x)
 
 #define RSYSCALL(x)		PSEUDO(x,x)
-#define	RSYSCALL_NOERROR(x)	PSEUDO_NOERROR(x,x)	
+#define	RSYSCALL_NOERROR(x)	PSEUDO_NOERROR(x,x)
 
 #ifdef WEAK_ALIAS
 #define WSYSCALL(weak,strong)		!\

Index: src/lib/libc/arch/hppa/gen/resumecontext.c
diff -u src/lib/libc/arch/hppa/gen/resumecontext.c:1.4 src/lib/libc/arch/hppa/gen/resumecontext.c:1.5
--- src/lib/libc/arch/hppa/gen/resumecontext.c:1.4	Mon Sep 19 21:24:57 2011
+++ src/lib/libc/arch/hppa/gen/resumecontext.c	Sat Aug 24 07:12:13 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: resumecontext.c,v 1.4 2011/09/19 21:24:57 joerg Exp $	*/
+/*	$NetBSD: resumecontext.c,v 1.5 2013/08/24 07:12:13 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: resumecontext.c,v 1.4 2011/09/19 21:24:57 joerg Exp $");
+__RCSID("$NetBSD: resumecontext.c,v 1.5 2013/08/24 07:12:13 skrll Exp $");
 #endif
 
 #include "namespace.h"
@@ -46,7 +46,7 @@ _resumecontext(void)
 	ucontext_t uct;
 
 	(void)getcontext(&uct);
-	if (uct.uc_link == NULL) 
+	if (uct.uc_link == NULL)
 		exit(0);
 	(void)setcontext(uct.uc_link);
 	_exit(-1);

Reply via email to