From d08c4a44e9b99c33b57ee44fb34969e07d569eaa Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 2 Oct 2024 11:28:20 -0600 Subject: [PATCH] fixup to "Fix the definition of several BPF related ioctls on 32-bit FreeBSD": style --- src/unix/bsd/freebsdlike/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/bsd/freebsdlike/mod.rs b/src/unix/bsd/freebsdlike/mod.rs index 17189576d11e..0d049272ab2a 100644 --- a/src/unix/bsd/freebsdlike/mod.rs +++ b/src/unix/bsd/freebsdlike/mod.rs @@ -1288,7 +1288,6 @@ cfg_if! { } } - pub const FIODTYPE: ::c_ulong = 0x4004667a; pub const FIOGETLBA: ::c_ulong = 0x40046679;