svn commit: r280931 - head/sys/boot/forth

Devin Teske dteske at FreeBSD.org
Wed Apr 1 00:49:35 UTC 2015


Author: dteske
Date: Wed Apr  1 00:49:34 2015
New Revision: 280931
URL: https://svnweb.freebsd.org/changeset/base/280931

Log:
  Comments. No functional change.
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/sys/boot/forth/menu-commands.4th

Modified: head/sys/boot/forth/menu-commands.4th
==============================================================================
--- head/sys/boot/forth/menu-commands.4th	Wed Apr  1 00:45:47 2015	(r280930)
+++ head/sys/boot/forth/menu-commands.4th	Wed Apr  1 00:49:34 2015	(r280931)
@@ -67,7 +67,7 @@ variable root_state
 	evaluate
 ;
 
-: altboot ( -- )
+: altboot ( N -- NOTREACHED )
 	s" boot_single" 2dup getenv -1 <> if
 		drop ( c-addr/u c-addr -- c-addr/u ) \ unused
 		unsetenv ( c-addr/u -- )


More information about the svn-src-head mailing list