ports/devel/shmap/files/patch-shmap_shmap.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

11 lines
276 B
C

--- 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)