2013-09-26 17:14:40 +02:00

16 lines
312 B
Plaintext

$NetBSD: patch-aa,v 1.3 2003/03/10 10:00:38 wiz Exp $
--- bonnie++.cpp.orig Tue Dec 3 14:40:35 2002
+++ bonnie++.cpp
@@ -42,6 +42,10 @@
#include <sys/utsname.h>
#include <signal.h>
+#ifndef SA_SIGINFO
+#define SA_SIGINFO 0x0040
+#endif
+
#ifdef AIX_MEM_SIZE
#include <cf.h>
#include <sys/cfgodm.h>