PERFORCE change 141002 for review

Peter Wemm peter at FreeBSD.org
Thu May 1 18:30:17 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=141002

Change 141002 by peter at peter_xploder on 2008/05/01 18:29:17

	Fix typos

Affected files ...

.. //depot/projects/hammer/sys/kern/subr_kdb.c#24 edit

Differences ...

==== //depot/projects/hammer/sys/kern/subr_kdb.c#24 (text+ko) ====

@@ -237,7 +237,7 @@
 {
 
 	printf("KDB: reboot initiated\n");
-	shutdown_nice();
+	shutdown_nice(0);
 }
 
 /*
@@ -257,7 +257,6 @@
 #define	KEY_CRTLB	CTRL('b')
 #define	KEY_CRTLP	CTRL('p')
 #define	KEY_CRTLR	CTRL('r')
-#undef CTRL
 
 int
 kdb_alt_break(int key, int *state)
@@ -293,6 +292,7 @@
 	}
 	return (brk);
 }
+#undef CTRL
 
 /*
  * Print a backtrace of the calling thread. The backtrace is generated by


More information about the p4-projects mailing list