diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2007-11-15 07:31:11 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2007-11-15 07:31:11 +0000 |
| commit | e291efbd863b88a5b53a2a65b379e3fd8f09e041 (patch) | |
| tree | 33db63b50c609d674fa532a585c261805b85badb | |
| parent | c67ddc21e7bbde04a957b369793860f270c721c2 (diff) | |
Notes
| -rw-r--r-- | usr.bin/lsvfs/lsvfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index 1f23e1ce5824..a091282fb507 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'; |
