mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
173ef5da34
1) Remove \n from COPYRIGHT macro to shut up assembler warning 2) Fix struct sigaction initialization (arguments swap) 3) Fix out of bounds negative indexing for -R arg > 127 4) Remove doubled initialization of vars already initialized statically 5) Convert ctype macros char arg to u_char to prevents sign extension