CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/09 15:30:27
Modified files:
usr.bin/mandoc : main.c preconv.c
Log message:
Explicitly cast when assigning from char * to unsigned char * and vice versa.
For example, gcc 4.7 wants this with -Wall. Patch from kristaps@.
