mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-08 23:57:42 +00:00
Support older Rust versions
This commit is contained in:
parent
69b5e6580c
commit
b8a08871d0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::ffi::{CString, OsStr};
|
||||||
use std::io::{BufRead, Write};
|
use std::io::{BufRead, Write};
|
||||||
use std::mem;
|
use std::mem;
|
||||||
use std::net::{IpAddr, Ipv4Addr, Ipv6Addr};
|
use std::net::{IpAddr, Ipv4Addr, Ipv6Addr};
|
||||||
use std::os::fd::FromRawFd;
|
use std::os::unix::io::FromRawFd;
|
||||||
use std::process::{Command, Output};
|
use std::process::{Command, Output};
|
||||||
use std::ptr::null;
|
use std::ptr::null;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue