dmesg - Fix <> console parsing for first line
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 3 Mar 2015 02:43:32 +0000 (18:43 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 3 Mar 2015 02:43:32 +0000 (18:43 -0800)
commit79ff9003126fde1798a9d3efa9fb4e3e87f2ba46
tree2a85d43da6a82df80451f61e33675d53e6153079
parent9e900855d3e64e71220a72d28da7de5e086b0c5e
dmesg - Fix <> console parsing for first line

* If the first string in the buffer is a console string, the normal dmesg
  was not filtering it out due to the initial state of (newl).
sbin/dmesg/dmesg.c