1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

Fix bug #2017 - cat isn't working

Revert "cat: Improve performance on Linux (#1978)"

This reverts commit 7a947cfe46.
This commit is contained in:
Sylvestre Ledru 2021-04-03 15:49:13 +02:00
parent f1f15fdbfa
commit a852574745
3 changed files with 178 additions and 256 deletions

3
Cargo.lock generated
View file

@ -1581,8 +1581,7 @@ name = "uu_cat"
version = "0.0.5"
dependencies = [
"clap",
"nix 0.20.0",
"thiserror",
"quick-error",
"unix_socket",
"uucore",
"uucore_procs",