CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/12 13:09:00
Modified files:
lib/libc : shlib_version
include : Makefile
lib/libutil : Makefile shlib_version
Added files:
lib/libutil : ohash.h ohash_create_entry.c ohash_delete.c
ohash_do.c ohash_entries.c ohash_enum.c
ohash_init.3 ohash_init.c ohash_int.h
ohash_interval.3 ohash_interval.c
ohash_lookup_interval.c ohash_lookup_memory.c
ohash_qlookup.c ohash_qlookupi.c
Log message:
move the ohash functions into libutil by popular demand.
It's not a standard interface, so it doesn't belong in libc.
I hate duplicating the code in client programs, so do beck@, kettenis@,
schwarze@, millert@, miod@... and they agree with libutil.