summaryrefslogtreecommitdiff
path: root/databases/gigabase/files/patch-aa
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-20 10:37:54 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-20 10:37:54 +0000
commit67d983c26c6d93a58527603236deec7902035e77 (patch)
tree735a2552be46ab58edc1672faf27fa4b5e0c911e /databases/gigabase/files/patch-aa
parentUpdate to 5.0.1. (diff)
Add gigabase 2.14, an object-relational database management system.
PR: 20661 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
Notes
Notes: svn path=/head/; revision=31788
Diffstat (limited to 'databases/gigabase/files/patch-aa')
-rw-r--r--databases/gigabase/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/gigabase/files/patch-aa b/databases/gigabase/files/patch-aa
new file mode 100644
index 000000000000..32c2cf1b737d
--- /dev/null
+++ b/databases/gigabase/files/patch-aa
@@ -0,0 +1,11 @@
+--- unisock.cpp.orig Tue Aug 15 17:01:26 2000
++++ unisock.cpp Tue Aug 15 17:01:49 2000
+@@ -140,7 +140,7 @@
+ return NULL;
+ }
+ struct sockaddr_in insock;
+-#if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD > 3)
++#if defined(__linux__) || (defined(__FreeBSD__) && __FreeBSD__ > 3)
+ socklen_t len = sizeof(insock);
+ #elif defined(_AIX)
+ size_t len = sizeof(insock);