aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2015-12-27 07:50:11 +0000
committerEd Schouten <ed@FreeBSD.org>2015-12-27 07:50:11 +0000
commit2747eff1280f5cd8d5c375852f5db172ec87dd86 (patch)
treee48e71d6533d59f033b2f296db025e7b794896b4 /include
parent50bf1670228a3cf1850216494cea0047f76d213f (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/search.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/search.h b/include/search.h
index 8ddf4163c985..4c1f534c667a 100644
--- a/include/search.h
+++ b/include/search.h
@@ -47,11 +47,8 @@ struct que_elem {
#endif
#if __BSD_VISIBLE
-struct _ENTRY;
struct hsearch_data {
- struct _ENTRY *table;
- size_t size;
- size_t filled;
+ struct __hsearch *__hsearch;
};
#endif