summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parentFix MASTER_SITES (always try to fetch from the old/ directory, too). (diff)
Fix build on 64-bit platforms.
Reported by: bento
Notes
Notes: svn path=/head/; revision=71988
Diffstat (limited to 'devel')
-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)
+