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)
Wed, May 27, 2:58 AM
Unknown Object (File)
Thu, May 21, 6:20 AM
Unknown Object (File)
Wed, May 6, 12:34 AM
Unknown Object (File)
Thu, Apr 30, 4:18 PM
Unknown Object (File)
Apr 20 2026, 12:33 AM
Unknown Object (File)
Apr 19 2026, 4:16 AM
Unknown Object (File)
Apr 18 2026, 12:39 PM
Unknown Object (File)
Apr 18 2026, 12:05 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