CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2022/11/16 11:30:12
Modified files: lib/libc/net : res_comp.c Log message: tolower(3) guarantees to return its argument unchanged if it's not uppercase. While here use the correct idiom of casting to unsigned char. OK millert, farewell to ultrix deraadt