aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2022-06-06 08:23:23 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2022-06-06 08:31:34 +0000
commit85d7875d42913c2cb10a007a1be05b210dc6aab2 (patch)
tree4d7ecc4e431314f6b337d528b14126292c0fdd54 /sys/sys/param.h
parentcd7e11f78dedad810273ae71d791027e75aa16c9 (diff)
downloadsrc-85d7875d42913c2cb10a007a1be05b210dc6aab2.tar.gz
src-85d7875d42913c2cb10a007a1be05b210dc6aab2.zip
LinuxKPI: Fix dmi_matches() function
Make sure to check for NULL pointers and also check all search criterias, not only the first one! Bump the FreeBSD version. Reviewed by: manu@ Differential Revision: https://reviews.freebsd.org/D35403 MFC after: 1 week Sponsored by: NVIDIA Networking
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 1f720ed31142..d68b5c2d4f2f 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400059
+#define __FreeBSD_version 1400060
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,