Module Name:    src
Committed By:   skrll
Date:           Tue May  5 06:06:17 UTC 2020

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

Log Message:
Remove unnecesary #define/#undef _LOCORE


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/arch/hppa/SYS.h

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.9 src/lib/libc/arch/hppa/SYS.h:1.10
--- src/lib/libc/arch/hppa/SYS.h:1.9	Thu Mar  6 19:02:58 2014
+++ src/lib/libc/arch/hppa/SYS.h	Tue May  5 06:06:16 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: SYS.h,v 1.9 2014/03/06 19:02:58 skrll Exp $	*/
+/*	$NetBSD: SYS.h,v 1.10 2020/05/05 06:06:16 skrll Exp $	*/
 
 /*	$OpenBSD: SYS.h,v 1.9 2001/09/20 20:52:09 millert Exp $	*/
 
@@ -30,8 +30,6 @@
 #include <sys/syscall.h>
 #include <machine/asm.h>
 #include <machine/vmparam.h>
-#undef _LOCORE
-#define _LOCORE
 #include <machine/frame.h>
 
 #define	SYSENTRY(x)	LEAF_ENTRY(x)

Reply via email to