Remove replacement for libc

This commit is contained in:
Jeremy Soller 2016-12-06 15:15:08 -07:00
parent 0be014cf2d
commit 9fffdb275f
13 changed files with 5 additions and 30 deletions

View file

@ -9,6 +9,3 @@ event = { path = "../../crates/event/" }
io = { path = "../../crates/io/" }
netutils = { path = "../../programs/netutils/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -9,6 +9,3 @@ event = { path = "../../crates/event/" }
io = { path = "../../crates/io/" }
netutils = { path = "../../programs/netutils/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -15,9 +15,5 @@ panic_abort = { path = "panic_abort" }
libc = { path = "libc" }
unwind = { path = "unwind" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }

View file

@ -8,6 +8,3 @@ git = "https://github.com/redox-os/ralloc.git"
branch = "new_kernel"
default-features = false
features = ["allocator"]
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

@ -1 +1 @@
Subproject commit 63f27dccc12184a4eb73efa0a065fea65650c664
Subproject commit b2a83ff0ddbbb5e828acc56f84c37f35262ea759

@ -1 +1 @@
Subproject commit edf04d99223dd3850ffd6c91d34143e0bfe086e6
Subproject commit c4d448e0df0b0ee0d85e92a23ec8de44c952e262

@ -1 +1 @@
Subproject commit 0757b2637e40b477ce2d5a75df321d381ba22870
Subproject commit 33576b7a6c67c4a822bc9ec6386661d24c002014

@ -1 +1 @@
Subproject commit b9db33d81aea2d40cc88432926558d146363b4a1
Subproject commit a196bd36ff9f95025b95f5e68c4671cc64c14b09

@ -1 +1 @@
Subproject commit 56da6a40b06cded7358c0fa7d93b7c4093c4b78d
Subproject commit 80379e0eaee5f15910dfb2f959c60cb70d321270

View file

@ -6,6 +6,3 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -6,6 +6,3 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -7,6 +7,3 @@ event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }

View file

@ -7,6 +7,3 @@ event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }