CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/26 04:21:24
Modified files:
usr.bin/mandoc : main.c
Log message:
Cast the return value of chdir(2) to void. We already have a comment
above explaining to human auditors why no error checking is needed
here, so it's only fair to tell the compiler, too.
Worried compiler reported by Michael <Stapelberg at debian>.
