usr/src/uts/common/os/logsubr.c
changeset 5630 a15715d64520
parent 5555 1d9a328be2ad
child 5954 46cb71c8d628
--- a/usr/src/uts/common/os/logsubr.c	Thu Dec 06 17:15:47 2007 -0800
+++ b/usr/src/uts/common/os/logsubr.c	Thu Dec 06 19:29:56 2007 -0800
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -252,7 +252,7 @@
 	printf("\rSunOS Release %s Version %s %u-bit\n",
 	    utsname.release, utsname.version, NBBY * (uint_t)sizeof (void *));
 	printf("Copyright 1983-2007 Sun Microsystems, Inc.  "
-	    "All rights reserved.\nUse is subject to license terms.\n");
+		"All rights reserved.\nUse is subject to license terms.\n");
 #ifdef DEBUG
 	printf("DEBUG enabled\n");
 #endif
@@ -742,15 +742,6 @@
 	} while ((qlast = q) != qfirst);
 }
 
-void
-log_flushall()
-{
-	if (log_intrq != NULL)
-		log_flushq(log_intrq);
-	if (log_consq != NULL && log_consq != log_backlogq)
-		log_printq(log_consq);
-}
-
 /* ARGSUSED */
 static int
 log_cons_constructor(void *buf, void *cdrarg, int kmflags)