# HG changeset patch # User Jon Tibble # Date 1328039206 0 # Node ID 0ee4e2a7fe3aaf09bf5fe6ed55f5bf1774132aaa # Parent b38cf8559efe40f092ee390e2222e9a01f284e4c Update illumos changeset ID diff -r b38cf8559efe -r 0ee4e2a7fe3a usr/src/uts/common/os/logsubr.c --- a/usr/src/uts/common/os/logsubr.c Tue Jan 31 19:45:01 2012 +0000 +++ b/usr/src/uts/common/os/logsubr.c Tue Jan 31 19:46:46 2012 +0000 @@ -246,7 +246,7 @@ /* * Now that logging is enabled, emit the SunOS banner. */ - printf("\rOpenIndiana Build %s %u-bit (illumos a53b998f5e1b)\n", + printf("\rOpenIndiana Build %s %u-bit (illumos fc320b2833d3)\n", utsname.version, NBBY * (uint_t)sizeof (void *)); printf("SunOS Release %s - Copyright 1983-2010 Oracle and/or its " "affiliates.\n", utsname.release);