- Timestamp:
- May 7, 2007, 6:35:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-arch/gzip/gzip.c
r3325 r3362 589 589 local void treat_stdin() 590 590 { 591 #ifndef __KLIBC__ /* isatty is a bit busted on OS/2 and will currently 592 * mistake /dev/null for TTYs. */ 591 593 if (!force && !list && 592 594 isatty(fileno((FILE *)(decompress ? stdin : stdout)))) { … … 610 612 do_exit(ERROR); 611 613 } 614 #endif /* !__KLIBC__ */ 612 615 613 616 if (decompress || !ascii) {
Note:
See TracChangeset
for help on using the changeset viewer.