aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-12-30 22:03:42 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-12-30 22:03:42 +0000
commit92e8b5ed5b545d5d21e9bddecf60377d172eb255 (patch)
tree8439c064469db5caa3df769ffee0084b7a8aed95
parentf9017ecf1511896f47c8effb72f133a767cf3054 (diff)
downloadports-92e8b5ed5b545d5d21e9bddecf60377d172eb255.tar.gz
ports-92e8b5ed5b545d5d21e9bddecf60377d172eb255.zip
Fix build on 64-bit platforms.
Reported by: bento
Notes
Notes: svn path=/head/; revision=71988
-rw-r--r--devel/shmap/files/patch-shmap_shmap.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/shmap/files/patch-shmap_shmap.c b/devel/shmap/files/patch-shmap_shmap.c
new file mode 100644
index 000000000000..d80433767b96
--- /dev/null
+++ b/devel/shmap/files/patch-shmap_shmap.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- shmap/shmap.c.orig Mon Dec 30 22:56:29 2002
++++ shmap/shmap.c Mon Dec 30 22:59:36 2002
+@@ -706,7 +706,7 @@
+ /*
+ returns the amount of items in hashmap
+ */
+-unsigned int shmap_items ( shmap * map )
++size_t shmap_items ( shmap * map )
+ {
+ CHECK_NULL0(map)
+