CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2017/09/17 00:38:03
Modified files: lib/libc/gen : setprogname.c Log message: __progname has type char *, we cannot change its type without causing havoc all over the place. So add some casts to silence the compiler. ok deraadt@ guenther@