From faa282d8227b1950699ae86129f0af4b3a1d6b62 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Thu, 13 Feb 2025 07:54:49 +0000 Subject: [PATCH] remove obsolete proxmox patch Signed-off-by: Wolfgang --- patches/proxmox-arm64.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/proxmox-arm64.patch diff --git a/patches/proxmox-arm64.patch b/patches/proxmox-arm64.patch deleted file mode 100644 index f384c8a..0000000 --- a/patches/proxmox-arm64.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/proxmox-sys/src/fs/dir.rs b/proxmox-sys/src/fs/dir.rs -index c903ab87..0e8611bc 100644 ---- a/proxmox-sys/src/fs/dir.rs -+++ b/proxmox-sys/src/fs/dir.rs -@@ -208,7 +208,7 @@ pub fn make_tmp_dir>( - // Push NULL byte so that we have a proper NULL-terminated string - template.push(0); - -- let returned_buffer = unsafe { libc::mkdtemp(template.as_mut_ptr() as *mut i8) }; -+ let returned_buffer = unsafe { libc::mkdtemp(template.as_mut_ptr() as *mut u8) }; - - // Check errno immediately, so that nothing else can overwrite it. - let err = std::io::Error::last_os_error();