mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
$NetBSD: patch-aa,v 1.2 2005/12/30 14:52:17 joerg Exp $
|
|
|
|
--- purge.cc.orig 2000-09-21 13:05:31.000000000 +0000
|
|
+++ purge.cc
|
|
@@ -121,7 +121,7 @@ typedef int bool;
|
|
#include <signal.h>
|
|
#include <errno.h>
|
|
|
|
-#if defined(HAS_PSIGNAL) && !defined(LINUX) && !defined(FREEBSD)
|
|
+#if defined(HAS_PSIGNAL) && !defined(LINUX) && !defined(FREEBSD) && !defined(NETBSD) && !defined(DRAGONFLY)
|
|
#include <siginfo.h>
|
|
#endif // HAS_PSIGNAL
|
|
|