The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=c751d067c166db71ce8bf3a323c62ac3428bd32a
commit c751d067c166db71ce8bf3a323c62ac3428bd32a Author: Mark Johnston <ma...@freebsd.org> AuthorDate: 2021-09-07 21:14:36 +0000 Commit: Mark Johnston <ma...@freebsd.org> CommitDate: 2021-09-07 21:14:36 +0000 Bump __FreeBSD_version for the recent socket KPI changes Sponsored by: The FreeBSD Foundation --- 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 04baa3cf3690..be1488b9011a 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 1400032 +#define __FreeBSD_version 1400033 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"