Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | security/arpCounterattack: fix build with GCC architectures | Piotr Kubaj | 2019-07-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | 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 Approved by: linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21091 Notes: svn path=/head/; revision=507640 | ||||
* | security/arpCounterattack: fix build failure | Steve Wills | 2019-05-24 | 1 | -3/+10 |
| | | | | | | | | | PR: 236440 Submitted by: w.schwarzenfeld@utanet.at Reported by: my-roaming-data@outlook.com Notes: svn path=/head/; revision=502484 | ||||
* | security/arpCounterattack: stage, fix on F10+, fix on DragonFly | John Marino | 2014-07-07 | 1 | -0/+19 |
Also: * convert to c++11 for clang builds * convert to new LIB_DEPENDS format * use @sample keyword * pet portlint * USE=tar Notes: svn path=/head/; revision=361098 |