PERFORCE change 151951 for review

Ed Schouten ed at FreeBSD.org
Sun Oct 26 13:46:01 UTC 2008


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

Change 151951 by ed at ed_mekker on 2008/10/26 13:45:22

	Small typo.

Affected files ...

.. //depot/projects/mpsafetty/sys/kern/tty.c#56 edit

Differences ...

==== //depot/projects/mpsafetty/sys/kern/tty.c#56 (text+ko) ====

@@ -74,7 +74,7 @@
 static unsigned int tty_list_count = 0;
 
 /* Character device of /dev/console. */
-static struct cdev dev_console;
+static struct cdev *dev_console;
 
 /*
  * Flags that are supported and stored by this implementation.


More information about the p4-projects mailing list