diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/search.h | 5 |
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 |
