Hi folks,

There are quite a few places in the kernel where panic(9) is called
with a trailing newline.  E.g.:

        panic("vm_page_free: freeing wired page\n");

That '\n' is redundant, because panic() will print that by itself.  Is
there any reason not to correct these calls?  panic() OpenBSD and
NetBSD also prints a newline for the user, so there are no portability
issues.

                                        Dima Dorfman
                                        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to