Al's comment bug.
This commit is contained in:
parent
0c2206646a
commit
7e67da41a3
@ -127,7 +127,7 @@ PRIVATE void kputc(c)
|
||||
int c; /* character to append */
|
||||
{
|
||||
/* Accumulate a single character for a kernel message. Send a notification
|
||||
* the to output driver if an END_OF_KMESS is encountered.
|
||||
* to the output driver if an END_OF_KMESS is encountered.
|
||||
*/
|
||||
if (c != END_OF_KMESS) {
|
||||
kmess.km_buf[kmess.km_next] = c; /* put normal char in buffer */
|
||||
|
Loading…
x
Reference in New Issue
Block a user