From bc8cf9b491f36ad1a84b86b07275fc1c9c9c39c5 Mon Sep 17 00:00:00 2001 From: se Date: Thu, 15 Nov 2007 18:59:46 +0000 Subject: [PATCH] MFC: Extend buffer to match maximum possible string length. --- usr.bin/lsvfs/lsvfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 1e486d7ca462..d7618d27d27e 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -70,7 +70,7 @@ fmt_flags(int flags) * NB: if you add new flags, don't forget to add them here vvvvvv too. */ static char buf[sizeof - "static, network, read-only, synthetic, loopback, unicode"]; + "static, network, read-only, synthetic, loopback, unicode, jail"]; int comma = 0; buf[0] = '\0';