The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=a3a02acde1009f03dc78e979e051acee9f9247c2
commit a3a02acde1009f03dc78e979e051acee9f9247c2 Author: Ka Ho Ng <[email protected]> AuthorDate: 2021-04-15 09:54:54 +0000 Commit: Ka Ho Ng <[email protected]> CommitDate: 2021-04-21 08:21:08 +0000 param.h: bump __FreeBSD_version for commit 4ce1ba652383 Commit 4ce1ba652383 changed the sndstat(4) ioctls nvlist schema and definitions. Approved by: philip (mentor) --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index 24c335b06a8c..fbdb0eb6ea0d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400009 /* Master, propagated to newvers */ +#define __FreeBSD_version 1400010 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
