drop fd_change_cloexec from proxmox-rest-server
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -16,7 +16,7 @@ use nix::unistd::{fork, ForkResult};
|
||||
use proxmox::tools::io::{ReadExt, WriteExt};
|
||||
use proxmox::tools::fd::Fd;
|
||||
|
||||
use crate::fd_change_cloexec;
|
||||
use pbs_tools::fd::fd_change_cloexec;
|
||||
|
||||
#[link(name = "systemd")]
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user