From 27e51d1b9e17d16dbc9dcf9f0c3469b3c4dd835b Mon Sep 17 00:00:00 2001 From: Arch User Date: Thu, 12 Mar 2026 07:29:53 +0300 Subject: [PATCH] Update ioctl_linux.c add #endif --- os_dep/linux/ioctl_linux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/ioctl_linux.c b/os_dep/linux/ioctl_linux.c index 1ccbbe1..6103850 100644 --- a/os_dep/linux/ioctl_linux.c +++ b/os_dep/linux/ioctl_linux.c @@ -28,6 +28,7 @@ #if (LINUX_VERSION_CODE >= KERNEL_VERSION(7, 0, 0)) extern int mac_pton(const char *s, u8 *addr); #endif +#endif #if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 27)) #define iwe_stream_add_event(a, b, c, d, e) iwe_stream_add_event(b, c, d, e)