CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/02/06 16:21:59
Modified files: lib/libc/gen : nlist.c getusershell.c lib/libc/stdio : getdelim.c lib/libedit : readline.c lib/libfuse : fuse_opt.c libexec/ftpd : monitor.c regress/lib/libc/db: dbtest.c regress/sys/uvm/mmap_size: mmap_size.c usr.bin/cmp : regular.c usr.bin/grep : mmfile.c usr.bin/look : look.c usr.bin/nm : elf.c usr.bin/spell : spellprog.c usr.bin/ssh : xmalloc.c channels.c monitor_mm.c monitor.c usr.bin/tail : read.c usr.sbin/snmpd : pf.c Log message: SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T_MAX. OK miod@ beck@