mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
312 B
Plaintext
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>
|