Remove syscall replacement

This commit is contained in:
Jeremy Soller
2017-07-10 20:13:01 -06:00
parent a0b06a2835
commit 268ba3ece7

View File

@@ -13,7 +13,7 @@ alloc_kernel = { path = "alloc_kernel" }
bitflags = "0.7"
spin = "0.4"
raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" }
redox_syscall = { version = "0.1", path = "/home/jeremy/Projects/syscall" }
redox_syscall = "0.1"
[dependencies.goblin]
version = "0.0.10"