FreeBSD Bugzilla – Attachment 136655 Details for
Bug 181900
[geom] [patch] Line breaks missing in geli's kern.geom.confxml entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.txt
file.txt (text/plain), 1015 bytes, created by
Fabian Keil
on 2013-09-07 00:00:00 UTC
(
hide
)
Description:
file.txt
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2013-09-07 00:00:00 UTC
Size:
1015 bytes
patch
obsolete
>From 1cf8de8c8b7d0c5b50f681bc8600d06cf57ac24e Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Wed, 4 Sep 2013 15:48:28 +0200 >Subject: [PATCH] Add missing line breaks in geli's kern.geom.confxml entries > >--- > sys/geom/eli/g_eli.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c >index d6dcb4f..fc43372 100644 >--- a/sys/geom/eli/g_eli.c >+++ b/sys/geom/eli/g_eli.c >@@ -1172,9 +1172,9 @@ g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, > if (pp != NULL || cp != NULL) > return; /* Nothing here. */ > >- sbuf_printf(sb, "%s<KeysTotal>%ju</KeysTotal>", indent, >+ sbuf_printf(sb, "%s<KeysTotal>%ju</KeysTotal>\n", indent, > (uintmax_t)sc->sc_ekeys_total); >- sbuf_printf(sb, "%s<KeysAllocated>%ju</KeysAllocated>", indent, >+ sbuf_printf(sb, "%s<KeysAllocated>%ju</KeysAllocated>\n", indent, > (uintmax_t)sc->sc_ekeys_allocated); > sbuf_printf(sb, "%s<Flags>", indent); > if (sc->sc_flags == 0) >-- >1.8.2.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 181900
: 136655