libkvm - Increase static buffer for devname() v5.6.0
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:26:06 +0000 (19:26 -0700)
commitfa4bfe357df0cd45b02a64a82584a67e3931edb2
tree77776c4baff4b0eea42fac1ce82a183b08a51336
parent049b5b49aa997860309aaeb54162d08881ee7778
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