Page MenuHomeFreeBSD

security/arpCounterattack: fix build with GCC architectures
ClosedPublic

Authored by pkubaj on Jul 27 2019, 8:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 9, 4:57 PM
Unknown Object (File)
Mon, Mar 9, 6:41 AM
Unknown Object (File)
Wed, Mar 4, 6:48 PM
Unknown Object (File)
Feb 21 2026, 12:52 PM
Unknown Object (File)
Feb 19 2026, 5:44 AM
Unknown Object (File)
Feb 17 2026, 10:19 AM
Unknown Object (File)
Feb 16 2026, 7:35 AM
Unknown Object (File)
Feb 10 2026, 8:27 AM
Subscribers
None

Details

Summary

When building with GCC, sys/types.h needs to be included:
In file included from arpCounterattack.cpp:35:
/usr/include/net/bpf.h:49:9: error: 'u_int32_t' does not name a type; did you mean 'uint32_t'?
typedef u_int32_t bpf_u_int32;

^~~~~~~~~
uint32_t

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable