Edit

IABSD.fr/src/usr.bin/uuencode

Branch :

  • Show log

    Commit

  • Author : schwarze
    Date : 2019-03-10 20:49:24
    Hash : a0a3ab15
    Message : Delete useless calls to setlocale(3): uudecode(1) and uuencode(1) do nothing locale-dependent. While here, sort headers, make usage() static, return from main() rather than exit(3), and drop two redundant case statements. This is a minimally tweaked version of a patch from Jan Stary. OK tedu@