CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2012/09/09 12:08:21
Modified files: lib/libutil : util.h pkcs5_pbkdf2.c Log message: Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can be included in source files that specify POSIX source. libutil isn't a standard POSIX library, but no need to be gratuitously incompatible. Fixes x11/st. ok tedu, guenther, kettenis