summaryrefslogtreecommitdiff
path: root/include/ndbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ndbm.h')
-rw-r--r--include/ndbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ndbm.h b/include/ndbm.h
index db838031a172..8e9e0e19af60 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;