Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102824457
D33927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
414 B
Referenced Files
None
Subscribers
None
D33927.diff
View Options
Index: sbin/dmesg/dmesg.c
===================================================================
--- sbin/dmesg/dmesg.c
+++ sbin/dmesg/dmesg.c
@@ -184,10 +184,6 @@
/* Strip leading \0's */
while (*p == '\0')
p++;
- } else if (!all) {
- /* Skip the first line, since it is probably incomplete. */
- p = memchr(p, '\n', ep - p);
- p++;
}
for (; p < ep; p = nextp) {
nextp = memchr(p, '\n', ep - p);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 4:20 PM (21 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14700638
Default Alt Text
D33927.diff (414 B)
Attached To
Mode
D33927: dmesg: Do not skip the first line anymore that was missing sincecommit "Make msgbuf_peekbytes() not return leading zeroes".
Attached
Detach File
Event Timeline
Log In to Comment