PERFORCE change 28624 for review

Peter Wemm peter at FreeBSD.org
Wed Apr 9 00:06:09 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=28624

Change 28624 by peter at peter_daintree on 2003/04/09 00:05:12

	ok, this evilness has served its purpose

Affected files ...

.. //depot/projects/hammer/sys/boot/common/boot.c#3 edit

Differences ...

==== //depot/projects/hammer/sys/boot/common/boot.c#3 (text+ko) ====

@@ -190,7 +190,7 @@
     when = otime + timeout;	/* when to boot */
     yes = 0;
 
-    printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or any other key for command prompt." : prompt);
+    printf("%s\n", (prompt == NULL) ? "Hit [Enter] to boot immediately, or any other key for command prompt." : prompt);
 
     for (;;) {
 	if (ischar()) {
@@ -206,7 +206,7 @@
 	}
 	
 	if (ntime != otime) {
-	    printf("\rBooting [%s] in %d second%s... ",
+	    printf("\rBooting [%s] in %d second%s... ",
 	    		kernelname, (int)(when - ntime),
 			(when-ntime)==1?"":"s");
 	    otime = ntime;


More information about the p4-projects mailing list