Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Mar 21, 2016
1 parent 2527125 commit fd4d564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/libstd/sys/unix/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use ffi::CStr;
use io;
use libc::{self, c_int, size_t, sockaddr, socklen_t};
use net::{SocketAddr, Shutdown};
use str;
use sys::fd::FileDesc;
use sys_common::{AsInner, FromInner, IntoInner};
use sys_common::net::{getsockopt, setsockopt};
Expand Down
1 change: 0 additions & 1 deletion src/libstd/sys/unix/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use memchr;
use path::{self, PathBuf};
use ptr;
use slice;
use str;
use sync::StaticMutex;
use sys::cvt;
use sys::fd;
Expand Down

0 comments on commit fd4d564

Please sign in to comment.