Module Name:    src
Committed By:   matt
Date:           Mon Aug 11 22:09:08 UTC 2014

Modified Files:
        src/sys/arch/aarch64/include: ptrace.h

Log Message:
#include <arm/ptrace.h> instead of <arm/asm.h>
(opps)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/aarch64/include/ptrace.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/aarch64/include/ptrace.h
diff -u src/sys/arch/aarch64/include/ptrace.h:1.1 src/sys/arch/aarch64/include/ptrace.h:1.2
--- src/sys/arch/aarch64/include/ptrace.h:1.1	Sun Aug 10 05:47:38 2014
+++ src/sys/arch/aarch64/include/ptrace.h	Mon Aug 11 22:09:08 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: ptrace.h,v 1.1 2014/08/10 05:47:38 matt Exp $ */
+/* $NetBSD: ptrace.h,v 1.2 2014/08/11 22:09:08 matt Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
 
 #elif defined(__arm__)
 
-#include <arm/asm.h>
+#include <arm/ptrace.h>
 
 #endif
 

Reply via email to