aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-05-22 23:17:55 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-05-22 23:17:55 +0000
commitb95b332c4b703ea012f6fa8fc8ebe1cb1d9ca8ed (patch)
treec6df41fce12b949f7ea9a5bb99e07f6dd84c86b3 /include
parentb4a3f67bd60014b398bd3b9e28aa759bff11703c (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/ndbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ndbm.h b/include/ndbm.h
index db838031a1723..8e9e0e19af605 100644
--- a/include/ndbm.h
+++ b/include/ndbm.h
@@ -53,7 +53,7 @@
typedef struct {
void *dptr;
- int dsize;
+ int dsize; /* XXX Should be size_t according to 1003.1-2008. */
} datum;
typedef DB DBM;