gzip: use constants, not fileno
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Feb 2016 22:33:17 +0000 (14:33 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Feb 2016 08:02:57 +0000 (00:02 -0800)
commit8e951439dd320eb8cb5d543d6904ce55d9b6b32d
tree2e446c33b4fb1500a445e42eb1e00223af04868f
parent5ef892a9248e02dac13840f0acefe0fe72605dfa
gzip: use constants, not fileno

* gzip.c (main, treat_stdin, treat_file, get_method)
(check_ofname): Prefer STDIN_FILENO to fileno (stdin),
and similarly for STDOUT_FILENO.
gzip.c