summaryrefslogtreecommitdiff
path: root/net/balance/patches/patch-ab
blob: 213c4071a751c2a9db72926db6204fa4ccb80605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2005/11/08 15:50:03 tv Exp $

--- balance.h.orig	2004-05-27 05:24:30.000000000 -0700
+++ balance.h
@@ -6,7 +6,7 @@
 #include <signal.h>
 #include <stdlib.h>
 
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(__INTERIX)
 #define BalanceBSD 1
 #endif