wg: Drop the compat shim for sbcreatecontrol().

I had to make a few other changes when merging the driver to stable/13
anyway, so adjusting this as well isn't really a big deal.

MFC after:	3 days
This commit is contained in:
John Baldwin 2022-11-11 14:18:48 -08:00
parent 001830ea7a
commit 573bd1fcf5
1 changed files with 0 additions and 7 deletions

View File

@ -7,11 +7,4 @@
* It is different from support.h, which is for code that is not _yet_ upstream. * It is different from support.h, which is for code that is not _yet_ upstream.
*/ */
#include <sys/param.h>
#define COMPAT_NEED_BLAKE2S #define COMPAT_NEED_BLAKE2S
#if __FreeBSD_version < 1400059
#include <sys/sockbuf.h>
#define sbcreatecontrol(a, b, c, d, e) sbcreatecontrol(a, b, c, d)
#endif