From: Jan-Benedict G. <jb...@us...> - 2005-04-23 19:43:48
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3296 Modified Files: lib.c Log Message: - boot_crlf() does have this name for a reason. Index: lib.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/lib.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- lib.c 4 Oct 2004 22:59:51 -0000 1.7 +++ lib.c 23 Apr 2005 19:43:40 -0000 1.8 @@ -14,8 +14,8 @@ void __boot boot_crlf(void) { - boot_putchar('\n'); boot_putchar('\r'); + boot_putchar('\n'); } void __boot boot_printspace(void) |