Closed b2gills closed 4 years ago
kldstat returns a header line so hex() emits a warning.
kldstat
hex()
Simply skipping lines that don't have 0x on them is enough to prevent this.
0x
kldstat
returns a header line sohex()
emits a warning.Simply skipping lines that don't have
0x
on them is enough to prevent this.