PERFORCE change 167534 for review

Bjoern A. Zeeb bz at FreeBSD.org
Thu Aug 20 12:28:47 UTC 2009


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

Change 167534 by bz at bz_dumpster on 2009/08/20 12:28:16

	mpsafe tty
	
	Submitted by:	jhb

Affected files ...

.. //depot/projects/s390/sys/s390/s390/hmcsc.c#10 edit

Differences ...

==== //depot/projects/s390/sys/s390/s390/hmcsc.c#10 (text+ko) ====

@@ -287,7 +287,7 @@
 {
 	struct tty *tp;
 
-	tp = tty_alloc(&hmcsc_class, NULL, NULL);
+	tp = tty_alloc(&hmcsc_class, NULL);
 	tty_makedev(tp, NULL, "hmcsccons");
 }
 


More information about the p4-projects mailing list