blob: 3cfbdfc41b79cd14ff4644f3f95e99ba3d69dc73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.1.1.1 2002/04/22 11:51:50 agc Exp $
--- ./libDebug/arch/ix86/include/trace-x86.h.orig Wed Apr 17 08:33:30 2002
+++ ./libDebug/arch/ix86/include/trace-x86.h
@@ -20,7 +20,7 @@
#endif
#ifndef INCLUDED_config_h
-#include "config.h" /* OpenBSD, FreeBSD, Linux */
+#include "config.h" /* OpenBSD, FreeBSD, NetBSD, Linux */
#define INCLUDED_config_h
#endif
@@ -29,7 +29,7 @@
*/
#define BRKPT_INSN 0xCC
-#if defined(FreeBSD) || defined(OpenBSD)
+#if defined(FreeBSD) || defined(OpenBSD) || defined(__NetBSD__)
/*
* Continuation address
|