Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 20:17:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239479] security/arpCounterattack: fix build with GCC architectures
Message-ID:  <bug-239479-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239479

            Bug ID: 239479
           Summary: security/arpCounterattack: fix build with GCC
                    architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org

Created attachment 206103
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206103&action=
=3Dedit
patch

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 y=
ou
mean 'uint32_t'?
 typedef u_int32_t bpf_u_int32;
         ^~~~~~~~~
         uint32_t

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239479-7788>