summaryrefslogtreecommitdiff
path: root/net/spread4
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-05 09:04:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-05 09:04:07 +0000
commit96f8dfa67123d5c3a1678eb4e57d40e0d83945a9 (patch)
treea7b41ee923a9defc5ebdc0dc797a77eff1cefaba /net/spread4
parentFix build on -current (don't try and prototype functions from <stdlib.h>) (diff)
Fix build on -current (don't assume that everything not FreeBSD 4.x is
FreeBSD 3.x)
Notes
Notes: svn path=/head/; revision=65677
Diffstat (limited to 'net/spread4')
-rw-r--r--net/spread4/files/patch-arch.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/spread4/files/patch-arch.h b/net/spread4/files/patch-arch.h
new file mode 100644
index 000000000000..bd666af1d22f
--- /dev/null
+++ b/net/spread4/files/patch-arch.h
@@ -0,0 +1,11 @@
+--- arch.h.orig Thu Sep 5 01:04:40 2002
++++ arch.h Thu Sep 5 01:05:15 2002
+@@ -83,7 +83,7 @@
+ #endif
+
+ #ifdef __FreeBSD__
+-#if __FreeBSD__ == 4
++#if __FreeBSD__ >= 4
+ #define ARCH_PC_FREEBSD4
+ #else
+ #define ARCH_PC_FREEBSD3