]> Dogcows Code - chaz/tar/commit
Don't include <ctype.h>; system.h already does this.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jul 1999 21:25:09 +0000 (21:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jul 1999 21:25:09 +0000 (21:25 +0000)
commitbc88be110bc8d49c4e8ec5530b8238607afdb1fc
treeb6d35d25c4a5bce4071d83abba4c10ab20119aa3
parentdb6dc02fa83b1010e02e67472ae22c61542a7ba8
Don't include <ctype.h>; system.h already does this.
(ISODIGIT, ISSPACE): Remove; now in system.h.
(read_and): Excise ending_file_option.
(decode_header): No need to AND mode with 07777; MODE_FROM_OCT
does this now.
(from_oct): Cast ISSPACE arg to unsigned char.
(mode_from_oct): Translate modes from external to internal form.
Do not complain about unrecognized mode bits.
(decode_mode): Do not assume mode bits have traditional Unix values.
src/list.c
This page took 0.020341 seconds and 4 git commands to generate.