On 2022-11-28 12:23, Joerg Sonnenberger wrote:
Am Mon, Nov 28, 2022 at 02:28:12AM +0100 schrieb bsdprg:
Otherwise, it ran into build issues like not finding the simple definitions like "uint_8".
That's not a simple type, as the standard spelling is uint8_t. Joerg
You are right Joerg, I mistyped - it was u_int, not uint8_t.
/usr/include/net80211/ieee80211_crypto.h:48:2: error: unknown type name ‘u_int’ 48 | u_int wk_len; /* key length in bytes */ | ^~~~~ In file included from essid.c:9: /usr/include/net80211/ieee80211_ioctl.h:324:2: error: unknown type name ‘u_int’ 324 | u_int ic_nchans; | ^~~~~
|