HomeFreeBSD

- Mark broken on 11+

Description

  • Mark broken on 11+

/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:16: error: field has incomplete type 'struct rwlock'

struct rwlock   uh_lock;        /* lock for upper half */
                ^

/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:9: note: forward declaration of 'struct rwlock'

struct rwlock   uh_lock;        /* lock for upper half */
       ^

dummynet.c:63:7: error: implicit declaration of function 'mtod' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

if (mtod(*mb, struct ip *)->ip_v == 4)
    ^

dummynet.c:63:17: error: expected expression

if (mtod(*mb, struct ip *)->ip_v == 4)
              ^

dummynet.c:65:22: error: expected expression

else if (mtod(*mb, struct ip *)->ip_v == 6)
                   ^

Reported by: pkg-fallout
Approved by: portmgr blanket

Details

Provenance
AMDmi3Authored on
Parents
rP424807: devel/shiboken: fix pkg-plist
Branches
Unknown
Tags
Unknown