HomeFreeBSD

ipfw: Constify name argument for hash lookup

Description

ipfw: Constify name argument for hash lookup

The name doesn't get modified, and it gets passed through to a hash
function that accepts only a const pointer. Const it for correctness.

Sponsored by: Juniper Networks, Inc.

Details

Provenance
jhibbitsAuthored on Dec 16 2022, 6:16 PM
Parents
rG68ca3a155321: uart(4): Add support for AMT virtual serial port (C610/X99 series)
Branches
Unknown
Tags
Unknown