16 Mar
2026
16 Mar
'26
6:46 a.m.
PIF_NAMELEN was meant to represent the maximum length of a pif name.
However, so far all names are compile-time strings, so we haven't needed a
length. Remove it, since it's slightly misleading. We can re-introduce
something like it if/when we actually need it.
Signed-off-by: David Gibson