usr/src/uts/common/os/logsubr.c
changeset 13624 0ee4e2a7fe3a
parent 13603 cdd32e0feb12
child 13680 70cb2e9f1f11
equal deleted inserted replaced
13623:b38cf8559efe 13624:0ee4e2a7fe3a
   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 a53b998f5e1b)\n",
   249 	printf("\rOpenIndiana Build %s %u-bit (illumos fc320b2833d3)\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