usr/src/uts/common/os/logsubr.c
changeset 13725 935cf5917cbc
parent 13720 577f82319ed3
child 13791 786092698997
equal deleted inserted replaced
13720:577f82319ed3 13725:935cf5917cbc
   244 	log_update(&log_backlog, log_backlogq, SL_CONSOLE, log_console);
   244 	log_update(&log_backlog, log_backlogq, SL_CONSOLE, log_console);
   245 
   245 
   246 	/*
   246 	/*
   247 	 * Now that logging is enabled, emit the SunOS banner.
   247 	 * Now that logging is enabled, emit the SunOS banner.
   248 	 */
   248 	 */
   249 	printf("\rOpenIndiana Build %s %u-bit (illumos 13672:bc588248a482)\n",
   249 	printf("\rOpenIndiana Build %s %u-bit (illumos 13676:98ca40df9171)\n",
   250 	    utsname.version, NBBY * (uint_t)sizeof (void *));
   250 	    utsname.version, NBBY * (uint_t)sizeof (void *));
   251 	printf("SunOS Release %s - Copyright 1983-2010 Oracle and/or its "
   251 	printf("SunOS Release %s - Copyright 1983-2010 Oracle and/or its "
   252 	    "affiliates.\n", utsname.release);
   252 	    "affiliates.\n", utsname.release);
   253 	printf("All rights reserved. Use is subject to license terms.\n");
   253 	printf("All rights reserved. Use is subject to license terms.\n");
   254 
   254