CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/24 03:34:12
Modified files:
lib/libutil : imsg.c imsg.h imsg_init.3
Log message:
Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are
more portable. Add stdint.h to the headers in imsg_init(3).
No objections from millert@.
