Add gitignore, add EINVAL import

This commit is contained in:
Jeremy Soller
2017-07-22 13:49:12 -06:00
parent bf5f0d0fad
commit 2cce5b3499
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
Cargo.lock
target
+1 -1
View File
@@ -13,7 +13,7 @@ use rand::Rng;
use raw_cpuid::CpuId;
use syscall::{Error, Result, SchemeMut, MODE_CHR};
use syscall::{Error, Result, SchemeMut, EINVAL, MODE_CHR};
use syscall::data::{Packet, Stat};
//TODO: Use a CSPRNG, allow write of entropy