Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2008 03:34:28 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 152071 for review
Message-ID:  <200810280334.m9S3YSeB029817@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152071

Change 152071 by gonzo@gonzo_jeeves on 2008/10/28 03:34:23

	There is no reason to print version manually SYSINIT will do it for us

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/machdep.c#44 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/machdep.c#44 (text+ko) ====

@@ -165,11 +165,6 @@
 	if (boothowto & RB_VERBOSE)
 		bootverbose++;
 
-	/*
-	 * Good {morning,afternoon,evening,night}.
-	 */
-	printf("%s", version);
-
 	printf("real memory  = %lu (%luK bytes)\n", ptoa(Maxmem),
 	    ptoa(Maxmem) / 1024);
 	realmem = Maxmem;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810280334.m9S3YSeB029817>