On Mon, Jun 19, 2017 at 02:45:02PM -0700, Vinnie Magro wrote: > sys-utils/dmesg.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 111 insertions(+), 7 deletions(-) Applied with minor changes, thanks. > + char kmsg_saved[BUFSIZ];/* buffer to save line after fragment */ > + ssize_t kmsg_read_buf; /* if nonzero, read from kmsg_saved */ ^^^^^^^^^^^^^ Renamed to kmsg_saved_size. Is there any elegant way how I can test it? Frankly, I'm not sure what means "extended console" (it does not seem we have any kernel CONFIG_ option for this). Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html