aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-12-31 06:03:42 +0800
committernaddy <naddy@FreeBSD.org>2002-12-31 06:03:42 +0800
commit61468fc74569ee18331e91c495dc7110de8dab32 (patch)
tree168923ae58acc4023628992369433772cd818e47 /devel
parente23c2f0ae9b6f772d2f1521ababb51f2a0c937fb (diff)
downloadfreebsd-ports-gnome-61468fc74569ee18331e91c495dc7110de8dab32.tar.gz
freebsd-ports-gnome-61468fc74569ee18331e91c495dc7110de8dab32.tar.zst
freebsd-ports-gnome-61468fc74569ee18331e91c495dc7110de8dab32.zip
Fix build on 64-bit platforms.
Reported by: bento
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)
+