compat: fix version stamp

Reported-by: Michael Butler <imb@protected-networks.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2022-06-14 01:26:13 +02:00
parent 416c5dcf27
commit e519e8e44d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#define COMPAT_NEED_BLAKE2S
#endif
#if __FreeBSD_version < 1400517
#if __FreeBSD_version < 1400057
#include <sys/sockbuf.h>
#define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d)
#endif