mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
$NetBSD: patch-av,v 1.1 2006/01/08 04:57:55 joerg Exp $
|
|
|
|
--- src/ptlib/unix/switch.cxx.orig 2006-01-08 03:21:07.000000000 +0000
|
|
+++ src/ptlib/unix/switch.cxx
|
|
@@ -89,7 +89,7 @@
|
|
#endif
|
|
#endif
|
|
|
|
-#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD)
|
|
+#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_DRAGONFLY)
|
|
#define SET_STACK context[0]._jb[2] = (int)stackTop-16;
|
|
#if defined(P_NETBSD)
|
|
#include <sys/mman.h>
|