Index: include/ndbm.h =================================================================== --- include/ndbm.h +++ include/ndbm.h @@ -53,7 +53,7 @@ typedef struct { void *dptr; - int dsize; + size_t dsize; } datum; typedef DB DBM; Index: lib/libc/db/man/dbm.3 =================================================================== --- lib/libc/db/man/dbm.3 +++ lib/libc/db/man/dbm.3 @@ -15,7 +15,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 30, 2016 +.Dd May 30, 2017 .Dt DBM 3 .Os .Sh NAME @@ -67,7 +67,7 @@ .Bd -literal typedef struct { void *dptr; - int dsize; + size_t dsize; } datum; .Ed .Pp