Re: git: 5ae69e2f10da - stable/13 - Import the WireGuard driver from zx2c4.com.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 14 Nov 2022 16:55:26 UTC
On 11/12/22 9:42 AM, Helge Oldach wrote:
> John Baldwin wrote on Fri, 11 Nov 2022 23:04:20 +0100 (CET):
>> The branch stable/13 has been updated by jhb:
>>
>> URL: https://cgit.FreeBSD.org/src/commit/?id=5ae69e2f10dacd750b0f0e9284fefcbe97eb0476
>>
>> commit 5ae69e2f10dacd750b0f0e9284fefcbe97eb0476
>> Author:     John Baldwin <jhb@FreeBSD.org>
>> AuthorDate: 2022-10-28 20:36:12 +0000
>> Commit:     John Baldwin <jhb@FreeBSD.org>
>> CommitDate: 2022-11-11 21:44:11 +0000
>>
>>      Import the WireGuard driver from zx2c4.com.
> 
> Is perhaps an #include <sys/proc.h> missing in if_wg.c?
> 
> I'm getting below error on stable/13-n252920-0baacb12181. After manually adding said header include, it compiles cleanly.

Do you have a custom kernel config?

-- 
John Baldwin