Page MenuHomeFreeBSD

Fix build with nodevice netmap
ClosedPublic

Authored by shurd on Oct 31 2017, 2:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 6:26 PM
Unknown Object (File)
Dec 27 2024, 11:23 PM
Unknown Object (File)
Nov 6 2024, 8:06 PM
Unknown Object (File)
Nov 1 2024, 2:06 AM
Unknown Object (File)
Oct 30 2024, 3:05 AM
Unknown Object (File)
Oct 27 2024, 5:12 PM
Unknown Object (File)
Oct 1 2024, 4:14 AM
Unknown Object (File)
Sep 29 2024, 9:05 PM
Subscribers

Details

Summary

iru_init() was declared and used outside the DEV_NETMAP
conditional blocks, but was implemented inside one. Move the
implementation out of the DEV_NETMAP block to allow building with
netmap disabled.

Test Plan

Build with netmap disabled.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Oct 31 2017, 2:47 AM
This revision was automatically updated to reflect the committed changes.