git: DragonFly_RELEASE_5_6 libkvm - Increase static buffer for devname()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 15 19:26:07 PDT 2019
commit fa4bfe357df0cd45b02a64a82584a67e3931edb2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jun 15 19:24:46 2019 -0700
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
Summary of changes:
lib/libc/gen/devname.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fa4bfe357df0cd45b02a64a82584a67e3931edb2
--
DragonFly BSD source repository
More information about the Commits
mailing list