Skip to content

Commit c7ac715

Browse files
wulf7Bjoern A. Zeeb
andauthored
Update checks for __FreeBSD_version[1] after MFCs to stable/13 were done.
[1] ((__FreeBSD_version < 1400000) && (__FreeBSD_version >= 1300512)) Co-authored-by: Bjoern A. Zeeb <bz@FreeBSD.org>
1 parent 281dac4 commit c7ac715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linuxkpi/gplv2/include/linux/cpu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define __GPLV2_LINUX_CPU_H
33
#include <sys/param.h>
44
#if (__FreeBSD_version >= 1400015) || \
5-
((__FreeBSD_version < 1400000) && (__FreeBSD_version >= 1399999))
5+
((__FreeBSD_version < 1400000) && (__FreeBSD_version >= 1300512))
66
#include_next <linux/cpu.h>
77
#endif
88
#endif

linuxkpi/gplv2/include/linux/stringify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define __GPLV2_LINUX_STRINGIFY_H
33
#include <sys/param.h>
44
#if (__FreeBSD_version >= 1400015) || \
5-
((__FreeBSD_version < 1400000) && (__FreeBSD_version >= 1399999))
5+
((__FreeBSD_version < 1400000) && (__FreeBSD_version >= 1300512))
66
#include_next <linux/stringify.h>
77
#endif
88
#endif

0 commit comments

Comments
 (0)