eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
522 stars 147 forks source link

hashmap: don't initialize devt_hash_ops in the header #212

Closed kaniini closed 2 years ago

kaniini commented 2 years ago

It is initialized in hashmap.c:338, and should not be initialized in the header.

Fixes: #191 Signed-off-by: Ariadne Conill ariadne@dereferenced.org