CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/06/04 03:00:44
Modified files: lib/libutil : ibuf_add.3 imsg.h imsg_init.3 Log message: Make imsg.h freestanding by adding sys/queue.h to imsg.h and use stdint.h and stddef.h to get types and NULL. OK tb@