aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2016-05-30 16:52:23 +0000
committerEd Schouten <ed@FreeBSD.org>2016-05-30 16:52:23 +0000
commit2fed5061dbe20aa378935f2b1dabfeb3f4cf6976 (patch)
tree2989724425a8857dbbd854bebf8db02153efdef1 /include
parent7e3327be3254104f91c923180407c5c7e9f8dfae (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 0acb6a657e84..1257c928e05a 100644
--- a/include/ndbm.h
+++ b/include/ndbm.h
@@ -52,7 +52,7 @@
#define DBM_SUFFIX ".db"
typedef struct {
- char *dptr;
+ void *dptr;
int dsize;
} datum;