CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/14 10:40:04
Modified files:
regress/lib/libc/printf: int.c string.c
Log message:
getopt(3) returns an int so don't use a char to store its return value.
Makes the test work on architectures where char is unsigned.
ok deraadt@, millert@
