From 8b104743647278d05415003b5f45f18daee068fe Mon Sep 17 00:00:00 2001 From: Arch User Date: Thu, 12 Mar 2026 06:56:53 +0300 Subject: [PATCH] Update ioctl_linux.c --- 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 8888b1b..1ccbbe1 100644 --- a/os_dep/linux/ioctl_linux.c +++ b/os_dep/linux/ioctl_linux.c @@ -25,6 +25,7 @@ #endif #ifdef __KERNEL__ +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(7, 0, 0)) extern int mac_pton(const char *s, u8 *addr); #endif