CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2022/04/20 08:00:19
Modified files: lib/libutil : openpty.3 pty.c util.h Log message: Make the termp and winp arguments for openpty, et al. const. This matches the prototypes in glibc and musl libc. >From Matthew Martin. OK tb@