Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libexecinfo Fix using gcc's unwind.h



details:   https://anonhg.NetBSD.org/src/rev/6a1a7255b18f
branches:  trunk
changeset: 848255:6a1a7255b18f
user:      mgorny <mgorny%NetBSD.org@localhost>
date:      Wed Jan 22 16:07:40 2020 +0000

description:
Fix using gcc's unwind.h

diffstat:

 lib/libexecinfo/unwind.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca29abbafcfe -r 6a1a7255b18f lib/libexecinfo/unwind.c
--- a/lib/libexecinfo/unwind.c  Wed Jan 22 15:10:31 2020 +0000
+++ b/lib/libexecinfo/unwind.c  Wed Jan 22 16:07:40 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unwind.c,v 1.3 2019/01/30 22:46:49 mrg Exp $   */
+/*     $NetBSD: unwind.c,v 1.4 2020/01/22 16:07:40 mgorny Exp $        */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <sys/types.h>
 #include <stdio.h>
 
-#include "unwind.h"
+#include <unwind.h>
 #include "execinfo.h"
 
 struct tracer_context {



Home | Main Index | Thread Index | Old Index