]> git.proxmox.com Git - proxmox.git/commit
sys: deprecate Fd, add its methods as module functions
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Oct 2022 11:25:08 +0000 (13:25 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 19 Oct 2022 11:25:40 +0000 (13:25 +0200)
commit8420c266afc924467851ef64adf9e24d120d2657
tree4f49dc8873ec1ee981b6d978dc19e0077cae66b1
parent85c260f6b5d59efa974d2a3e5dbf8c10c63fab97
sys: deprecate Fd, add its methods as module functions

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-sys/src/fd/borrowed_fd.rs
proxmox-sys/src/fd/fd_impl.rs
proxmox-sys/src/fd/mod.rs
proxmox-sys/src/fs/dir.rs
proxmox-sys/src/lib.rs
proxmox-sys/src/linux/pid.rs
proxmox-sys/src/linux/pty.rs
proxmox-sys/src/linux/tty.rs