CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/05 05:59:58
Modified files:
lib/libc/gen : glob.c scandir.c
lib/libc/locale: multibyte_citrus.c
lib/libc/stdio : open_memstream.c open_wmemstream.c
lib/libevent : buffer.c
lib/libutil : pkcs5_pbkdf2.c
usr.bin/diff : diffreg.c xmalloc.c
usr.bin/cvs : buf.c file.c diff_internals.c update.c logmsg.c
xmalloc.c
usr.bin/m4 : eval.c
usr.bin/patch : inp.c pch.c
usr.bin/ssh : sshbuf-misc.c
usr.bin/rcs : xmalloc.c buf.c
usr.bin/sdiff : sdiff.c
Log message:
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@