1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

update uses of libc 0.1.x and deprecated stdlib uses

This commit is contained in:
Nathan Ross 2015-11-15 23:47:09 -05:00
parent 10a2c5c224
commit b20b2cca19
16 changed files with 40 additions and 39 deletions

View file

@ -63,7 +63,7 @@ all = [
"tac",
"tail",
"tee",
"test",
"test_uu",
"timeout",
"touch",
"tr",
@ -139,7 +139,7 @@ sync = { optional=true, path="src/sync" }
tac = { optional=true, path="src/tac" }
tail = { optional=true, path="src/tail" }
tee = { optional=true, path="src/tee" }
test = { optional=true, path="src/test" }
test_uu = { optional=true, path="src/test" }
timeout = { optional=true, path="src/timeout" }
touch = { optional=true, path="src/touch" }
tr = { optional=true, path="src/tr" }