mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
92e8b5ed5b
Reported by: bento
15 lines
288 B
C
15 lines
288 B
C
|
|
$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)
|
|
|