summaryrefslogtreecommitdiff
path: root/src/unistd.rs
diff options
context:
space:
mode:
authorFlorian Hartwig <florian.j.hartwig@gmail.com>2015-02-06 20:59:09 +0100
committerFlorian Hartwig <florian.j.hartwig@gmail.com>2015-02-06 21:23:15 +0100
commit57fe78a3cd79efae8bc9ce89e085cf65dfaae9a9 (patch)
tree4d2f1a016bb4524c6990bb146fb976675d02bd58 /src/unistd.rs
parent2ada333f70e1aa15d8f52e2b5a6ebb9dcd9a458a (diff)
downloadnix-57fe78a3cd79efae8bc9ce89e085cf65dfaae9a9.zip
path -> old_path
Diffstat (limited to 'src/unistd.rs')
-rw-r--r--src/unistd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd.rs b/src/unistd.rs
index 579f8de9..2a476015 100644
--- a/src/unistd.rs
+++ b/src/unistd.rs
@@ -426,7 +426,7 @@ pub fn isatty(fd: Fd) -> SysResult<bool> {
#[cfg(target_os = "linux")]
mod linux {
- use std::path::Path;
+ use std::old_path::Path;
use syscall::{syscall, SYSPIVOTROOT};
use errno::{SysResult, SysError};
use utils::ToCStr;