usr/src/uts/common/os/logsubr.c
changeset 13680 70cb2e9f1f11
parent 13624 0ee4e2a7fe3a
child 13714 df07d074b5a4
equal deleted inserted replaced
13679:3a75ae42ca4b 13680:70cb2e9f1f11
   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 fc320b2833d3)\n",
   249 	printf("\rOpenIndiana Build %s %u-bit (illumos 022f1af9e21c)\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