libkvm - Increase static buffer for devname()
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Jun 2019 02:24:46 +0000 (19:24 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 16 Jun 2019 02:24:46 +0000 (19:24 -0700)
commit8018265cbcfcaf589c40b983e65edf11b2690b12
tree530ce72135a93524f8e924b587c456e670cff085
parentfad98ec1be792bc601f34a7ed7208c675972317a
libkvm - Increase static buffer for devname()

* For now increase the internal static buffer for devname
  to MAXPATHLEN (aka 1024).  This may eventually be replaced
  with SPECNAMELEN.

* This change is not exposed externally and it, or later changes,
  should not break anything.

Requested-by: aly
lib/libc/gen/devname.c