From 57fe78a3cd79efae8bc9ce89e085cf65dfaae9a9 Mon Sep 17 00:00:00 2001 From: Florian Hartwig Date: Fri, 6 Feb 2015 20:59:09 +0100 Subject: path -> old_path --- src/unistd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd.rs') 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 { #[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; -- cgit v1.2.3