14 lines
793 B
Text
14 lines
793 B
Text
|
$NetBSD: patch-aw,v 1.1 2006/01/08 04:57:55 joerg Exp $
|
||
|
|
||
|
--- src/ptlib/unix/tlib.cxx.orig 2006-01-08 03:21:22.000000000 +0000
|
||
|
+++ src/ptlib/unix/tlib.cxx
|
||
|
@@ -265,7 +265,7 @@
|
||
|
#include <sys/mman.h>
|
||
|
#endif
|
||
|
|
||
|
-#if defined(P_LINUX) || defined(P_SUN4) || defined(P_SOLARIS) || defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_MACOSX) || defined(P_MACOS) || defined (P_AIX) || defined(__BEOS__) || defined(P_IRIX) || defined(P_QNX)
|
||
|
+#if defined(P_LINUX) || defined(P_SUN4) || defined(P_SOLARIS) || defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_MACOSX) || defined(P_MACOS) || defined (P_AIX) || defined(__BEOS__) || defined(P_IRIX) || defined(P_QNX) || defined(P_DRAGONFLY)
|
||
|
#include <sys/utsname.h>
|
||
|
#define HAS_UNAME
|
||
|
#elif defined(P_RTEMS)
|