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)
Thu, Oct 9, 5:52 PM
Unknown Object (File)
Mon, Sep 29, 5:52 PM
Unknown Object (File)
Mon, Sep 29, 5:51 PM
Unknown Object (File)
Mon, Sep 29, 5:51 PM
Unknown Object (File)
Mon, Sep 29, 5:56 AM
Unknown Object (File)
Sun, Sep 28, 5:44 PM
Unknown Object (File)
Fri, Sep 26, 11:33 PM
Unknown Object (File)
Wed, Sep 24, 4:38 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