diff options
author | Lexi Winter <lexi@le-Fay.ORG> | 2024-04-12 16:47:16 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2024-04-12 16:47:19 +0000 |
commit | 0478a0356272ab3907af9d97711f0bb8b14bf38b (patch) | |
tree | 2a0934e1ce44db3d7ae9662addb86c7f2fe77edc /usr.bin/Makefile.powerpc | |
parent | 122dd78c143e3d138b5d503a30da4c326f41002a (diff) |
sys/dev/irdma/irdma_cm: fix compile without INET
irdma_get_vlan_ipv4() calls ip_ifp_find() even if INET isn't defined, in
which case this function isn't available.
Stub this out for the non-INET case to return an error (0xffff) instead.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1156
Diffstat (limited to 'usr.bin/Makefile.powerpc')
0 files changed, 0 insertions, 0 deletions