Remove resource_sceme, Fix syscall crate name, add fmap

This commit is contained in:
Jeremy Soller 2016-11-02 19:48:25 -06:00
parent db4acfbe8c
commit e3317f05f7
39 changed files with 130 additions and 221 deletions

View file

@ -5,4 +5,4 @@ version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
syscall = { path = "../../syscall/" }
redox_syscall = { path = "../../syscall/" }

View file

@ -2,5 +2,5 @@
name = "example"
version = "0.1.0"
[dependencies.syscall]
path = "../../syscall/"
[dependencies]
redox_syscall = { path = "../../syscall/" }

View file

@ -5,4 +5,4 @@ version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
syscall = { path = "../../syscall/" }
redox_syscall = { path = "../../syscall/" }

@ -1 +1 @@
Subproject commit 2c366e9bca7ca97096a77c7c3e355eeacb6db963
Subproject commit 9613fa4df8999179cd27ae9cdcb3c65928a0dbac

View file

@ -3,4 +3,4 @@ name = "ptyd"
version = "0.1.0"
[dependencies]
syscall = { path = "../../syscall/" }
redox_syscall = { path = "../../syscall/" }

@ -1 +1 @@
Subproject commit a0b381765b66fe798e8b618ad5f6568cebacf0c7
Subproject commit b25b2687567dca4b44d1d9fafcd05e4e1f5df885

View file

@ -6,4 +6,4 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/redox-os/rand.git" }
syscall = { path = "../../syscall/" }
redox_syscall = { path = "../../syscall/" }

View file

@ -6,4 +6,4 @@ version = "0.1.0"
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
rand = { git = "https://github.com/redox-os/rand.git" }
syscall = { path = "../../syscall/" }
redox_syscall = { path = "../../syscall/" }