blob: 723b83a5a0bf459dffd46b127a0c503f0990f207 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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>
|