diff options
author | Mark Johnston <markj@FreeBSD.org> | 2021-09-07 21:14:36 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2021-09-07 21:14:36 +0000 |
commit | c751d067c166db71ce8bf3a323c62ac3428bd32a (patch) | |
tree | c79143da7f0b3f416c949d81fc45835f5ddfdf91 | |
parent | a8aa6f1f784b91acb4ef9387a28c78311493eb66 (diff) |
Bump __FreeBSD_version for the recent socket KPI changes
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |